Skip to content

Commit b2c5153

Browse files
authored
remove invalid key check (#280)
1 parent fd24536 commit b2c5153

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/SetupKeyEdit.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,6 @@ const SetupKeyNew = (props: any) => {
472472
placeholder="Associate groups with the key"
473473
tagRender={blueTagRender}
474474
dropdownRender={dropDownRender}
475-
// enabled only when we have a new key !setupkey.id or when the key is valid
476-
disabled={!(!setupKey.id || setupKey.valid)}
477475
optionFilterProp="searchValue"
478476
>
479477
{tagGroups.map((m, index) => (

0 commit comments

Comments
 (0)