Skip to content

Commit 16f498d

Browse files
button
1 parent a147683 commit 16f498d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ControlPlane/GitRepositories.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
Title,
1313
Toolbar,
1414
ToolbarSpacer,
15-
ToolbarButton,
15+
Button,
1616
} from '@ui5/webcomponents-react';
1717
import '@ui5/webcomponents-icons/dist/add';
1818
import IllustratedError from '../Shared/IllustratedError.tsx';
@@ -170,9 +170,9 @@ export function GitRepositories() {
170170
<Title>{t('common.resourcesCount', { count: rows.length })}</Title>
171171
<YamlViewButton variant="resource" resource={data as unknown as Resource} />
172172
<ToolbarSpacer />
173-
<ToolbarButton icon="add" onClick={() => setIsCreateDialogOpen(true)}>
173+
<Button icon="add" onClick={() => setIsCreateDialogOpen(true)}>
174174
{t('buttons.create')}
175-
</ToolbarButton>
175+
</Button>
176176
</Toolbar>
177177
}
178178
>

0 commit comments

Comments
 (0)