Thanks to visit codestin.com Credit goes to github.com
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 7124c11 commit 30c8a9cCopy full SHA for 30c8a9c
site/src/pages/ManagementSettingsPage/IdpSyncPage/ExportPolicyButton.tsx
@@ -29,6 +29,8 @@ export const ExportPolicyButton: FC<DownloadPolicyButtonProps> = ({
29
30
return (
31
<Button
32
+ size="sm"
33
+ variant="outline"
34
disabled={!canCreatePolicyJson || isDownloading}
35
onClick={async () => {
36
if (canCreatePolicyJson) {
@@ -48,7 +50,7 @@ export const ExportPolicyButton: FC<DownloadPolicyButtonProps> = ({
48
50
}}
49
51
>
52
<DownloadIcon />
- Export Policy
53
+ Export policy
54
</Button>
55
);
56
};
0 commit comments