1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

chore: update button text

This commit is contained in:
Nuno Góis 2025-09-02 10:44:26 +01:00
parent d50d393a68
commit adb8d7708d
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ export const UnknownFlagsActionsCell = ({
) )
} }
> >
Create feature flag Create flag
</PermissionButton> </PermissionButton>
</StyledBox> </StyledBox>
); );

View File

@ -122,7 +122,7 @@ export const UnknownFlagsTable = () => {
suggestedProject={suggestedProject} suggestedProject={suggestedProject}
/> />
), ),
width: 160, width: 120,
disableSortBy: true, disableSortBy: true,
}, },
// Always hidden -- for search // Always hidden -- for search