bug fix for data selection tab

This commit is contained in:
2025-04-16 18:04:29 +05:30
parent 1607532cf4
commit 16cf1b96cc
13 changed files with 74 additions and 179 deletions

View File

@@ -151,6 +151,7 @@ const Widget4InputCard3D = (props: Props) => {
onUnselect={() => handleSelect(inputKey, null)}
selectedValue={selections[inputKey]} // Load from Zustand
isLoading={isLoading}
allSelections={selections}
/>
<div className="icon">
<AddIcon />