Skip to content

Commit

Permalink
remove invalid key check (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
saroojbkhari authored Sep 28, 2023
1 parent fd24536 commit b2c5153
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/SetupKeyEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,6 @@ const SetupKeyNew = (props: any) => {
placeholder="Associate groups with the key"
tagRender={blueTagRender}
dropdownRender={dropDownRender}
// enabled only when we have a new key !setupkey.id or when the key is valid
disabled={!(!setupKey.id || setupKey.valid)}
optionFilterProp="searchValue"
>
{tagGroups.map((m, index) => (
Expand Down

0 comments on commit b2c5153

Please sign in to comment.