bill hai 2 meses
pai
achega
7c85e816d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/example/fuse/views/tabulation/header.vue

+ 1 - 1
src/example/fuse/views/tabulation/header.vue

@@ -82,7 +82,7 @@ const actions = [
       handler: async () => {
         const ef = await selectExposeFormat();
         const format = "image/jpeg";
-        let [rect, fileBlob] = await getCoverImage(format);
+        let [_, fileBlob] = await getCoverImage(format);
         const filename = props.title;
         let ext = "jpg";