remove invalid key check (#280)

This commit is contained in:
Sarooj bukhari
2023-09-29 00:26:11 +05:00
committed by GitHub
parent fd24536926
commit b2c51533fb

View File

@@ -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) => (