remove unused property from multiselect (#852)

This commit is contained in:
Salih Altun
2024-09-18 22:58:37 +03:00
committed by GitHub
parent bd12625fb9
commit 25db1ba13a

View File

@@ -47,7 +47,6 @@ function TaskNodeParametersPanel({
</TooltipProvider>
</header>
<MultiSelect
defaultValue={parameters}
value={parameters}
onValueChange={onParametersChange}
options={options}