diff --git a/code/websites/pokedex.online/src/components/gamemaster/FileSelector.vue b/code/websites/pokedex.online/src/components/gamemaster/FileSelector.vue index 8759b7d..c293dd1 100644 --- a/code/websites/pokedex.online/src/components/gamemaster/FileSelector.vue +++ b/code/websites/pokedex.online/src/components/gamemaster/FileSelector.vue @@ -80,11 +80,7 @@ const selectedFileMeta = computed(() => { ); }); -onMounted(() => { - if (activeFilesState.value?.loadStatus) { - activeFilesState.value.loadStatus(); - } -}); +// Don't call loadStatus here - it's called by the parent component