Skip to content

Commit 5242fb2

Browse files
fix
1 parent 13117fb commit 5242fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ControlPlane/GitRepositories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ export function GitRepositories() {
168168
header={
169169
<Toolbar>
170170
<Title>{t('common.resourcesCount', { count: rows.length })}</Title>
171-
<ToolbarSpacer />
172171
<YamlViewButton variant="resource" resource={data as unknown as Resource} />
172+
<ToolbarSpacer />
173173
<Button icon="add" onClick={() => setIsCreateDialogOpen(true)}>
174174
{t('buttons.create')}
175175
</Button>

0 commit comments

Comments
 (0)