We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd24536 commit b2c5153Copy full SHA for b2c5153
src/components/SetupKeyEdit.tsx
@@ -472,8 +472,6 @@ const SetupKeyNew = (props: any) => {
472
placeholder="Associate groups with the key"
473
tagRender={blueTagRender}
474
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)}
477
optionFilterProp="searchValue"
478
>
479
{tagGroups.map((m, index) => (
0 commit comments