diff --git a/public/capture.js b/public/capture.js
index ee7a55f..132e2a7 100644
--- a/public/capture.js
+++ b/public/capture.js
@@ -4,7 +4,7 @@ function captureApp() {
preview: null,
dragging: false,
activeRef: null,
- assetNames: [],
+ assetNames: [''],
handleFile(file, ref) {
if (!file) return;