fix: volume data not refreshing when changing selection

This commit is contained in:
Nicolas Meienberger
2025-12-04 18:54:02 +01:00
parent 77f5886110
commit 01127ee9d6
2 changed files with 2 additions and 1 deletions

View File

@@ -312,6 +312,7 @@ export const CreateScheduleForm = ({ initialValues, formId, onSubmit, volume }:
</CardHeader>
<CardContent>
<VolumeFileBrowser
key={volume.id}
volumeName={volume.name}
selectedPaths={selectedPaths}
onSelectionChange={handleSelectionChange}