mirror of
https://github.com/directus/directus.git
synced 2026-01-27 23:57:57 -05:00
Add missing immediate
This commit is contained in:
@@ -82,7 +82,8 @@ export default defineComponent({
|
||||
if (newID && newID !== oldID) {
|
||||
fetchFile();
|
||||
}
|
||||
}
|
||||
},
|
||||
{ immediate: true }
|
||||
);
|
||||
|
||||
return { _active, cacheBuster, loading, error, file };
|
||||
|
||||
Reference in New Issue
Block a user