Skip to content

Commit

Permalink
Show group name title input
Browse files Browse the repository at this point in the history
  • Loading branch information
DaryaLari committed Dec 25, 2024
1 parent 1ac8890 commit 03ded73
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,11 @@ const DialogExtendedSettings = ({
onUpdate={handleChangeShowGroupName}
size="l"
/>
{selectorsGroup.showGroupName && (
<TextInput
value={selectorsGroup.groupName}
onUpdate={handleChangeGroupName}
/>
)}
<TextInput
disabled={!selectorsGroup.showGroupName}
value={selectorsGroup.groupName}
onUpdate={handleChangeGroupName}
/>
</Flex>
</FormRow>
)}
Expand Down

0 comments on commit 03ded73

Please sign in to comment.