bug fix for data selection tab
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user