bug fix for data selection tab
This commit is contained in:
@@ -144,6 +144,7 @@ const Widget3InputCard3D = () => {
|
||||
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