forked from FoundKeyGang/FoundKey
client: fix fetching value in photos.vue
This commit is contained in:
parent
8f775defaf
commit
89f26173c3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ const { widgetProps, configure } = useWidgetPropsManager(name,
|
|||
|
||||
const connection = stream.useChannel('main');
|
||||
let images: DriveFile[] = $ref([]);
|
||||
let fetching = $ref(false);
|
||||
let fetching = $ref(true);
|
||||
|
||||
const onDriveFileCreated = (file: DriveFile): void => {
|
||||
if (/^image\/.+$/.test(file.type)) {
|
||||
|
|
Loading…
Reference in a new issue