🛠️ Remove redundant loadStatus call in FileSelector component
This commit is contained in:
@@ -80,11 +80,7 @@ const selectedFileMeta = computed(() => {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
onMounted(() => {
|
// Don't call loadStatus here - it's called by the parent component
|
||||||
if (activeFilesState.value?.loadStatus) {
|
|
||||||
activeFilesState.value.loadStatus();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user