diff --git a/src/components/SetupKeyEdit.tsx b/src/components/SetupKeyEdit.tsx index fe1d2434..9bd765d6 100644 --- a/src/components/SetupKeyEdit.tsx +++ b/src/components/SetupKeyEdit.tsx @@ -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) => (