🛠️ Remove redundant loadStatus call in FileSelector component
This commit is contained in:
@@ -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
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user