fix: consider null as value in step parameters (#1282)
This commit is contained in:
@@ -255,7 +255,7 @@ function ControlledCustomAutocomplete(
|
||||
/>
|
||||
|
||||
<ActionButtonsWrapper direction="row" mr={1.5}>
|
||||
{isSingleChoice && serialize(editor.children) && (
|
||||
{isSingleChoice && serialize(editor.children) !== '' && (
|
||||
<IconButton
|
||||
disabled={disabled}
|
||||
edge="end"
|
||||
|
Reference in New Issue
Block a user