🎨 Reformat code for improved readability in FileSelector component
This commit is contained in:
@@ -54,7 +54,8 @@ const isLoading = computed(() => activeFilesState.value.isLoading);
|
||||
const fileError = computed(() => activeFilesState.value.fileError);
|
||||
|
||||
const formatSize = (...args) => activeFilesState.value.formatSize(...args);
|
||||
const formatFileName = (...args) => activeFilesState.value.formatFileName(...args);
|
||||
const formatFileName = (...args) =>
|
||||
activeFilesState.value.formatFileName(...args);
|
||||
const getFileType = (...args) => activeFilesState.value.getFileType(...args);
|
||||
|
||||
const selectedFileMeta = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user