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