fix: admin/fs: selecting a folder with masks wouldn't always display its value in the field

Massimo Melina committed Jan 19, 2025 at 12:33 UTC 8477122ebca850b9707253d9d1b295be795687c5
1 file changed +1
admin/src/VfsPage.ts
+1
@@ -68,6 +68,7 @@ export default function VfsPage({ setTitleSide }: PageProps) {
68
69 const sideContent = accountsApi.element || !vfs ? null
70 : single ? h(FileForm, {
71 + key: single.id,
72 addToBar: isSideBreakpoint && h(Box, { flex: 1, textAlign: 'right', mr: 1, color: '#8883' }, vfsNodeIcon(single)),
73 statusApi,
74 saved: () => closeDialogRef.current(),