fix: volume data not refreshing when changing selection

This commit is contained in:
Nicolas Meienberger
2025-12-04 18:54:02 +01:00
parent 0f7bd1e042
commit 321dc4cdf7
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}