Skip to content

Commit 092b17f

Browse files
committed
refactor
1 parent f4ff4f0 commit 092b17f

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/components/ControlPlanes/ControlPlaneCard/ControlPlaneCard.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
ReadyStatus,
1111
} from '@lib/api/types/crate/controlPlanes.ts';
1212
import TitleLevel from '@ui5/webcomponents/dist/types/TitleLevel.js';
13-
import ButtonDesign from '@ui5/webcomponents/dist/types/ButtonDesign.js';
1413
import { useState } from 'react';
1514
import { useApiResourceMutation } from '@lib/api/useApiResource.ts';
1615
import {
@@ -67,7 +66,6 @@ export function ControlPlaneCard({
6766
</FlexBox>
6867
<div>
6968
<Button
70-
design={ButtonDesign.Transparent}
7169
icon="delete"
7270
disabled={
7371
controlPlane.status?.status === ReadyStatus.InDeletion

src/components/ControlPlanes/List/ControlPlaneListWorkspaceGridTile.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
import '@ui5/webcomponents-fiori/dist/illustrations/NoData.js';
99
import '@ui5/webcomponents-fiori/dist/illustrations/EmptyList.js';
1010
import '@ui5/webcomponents-icons/dist/delete';
11-
import ButtonDesign from '@ui5/webcomponents/dist/types/ButtonDesign.js';
1211
import { CopyButton } from '../../Shared/CopyButton.tsx';
1312
import { NoManagedControlPlaneBanner } from '../NoManagedControlPlaneBanner.tsx';
1413
import { ControlPlaneCard } from '../ControlPlaneCard/ControlPlaneCard.tsx';
@@ -128,7 +127,6 @@ export function ControlPlaneListWorkspaceGridTile({
128127
/>
129128
<span>
130129
<Button
131-
design={ButtonDesign.Transparent}
132130
icon="delete"
133131
onClick={async () => {
134132
setDialogDeleteWsIsOpen(true);

src/components/Yaml/YamlViewButton.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export const YamlViewButton: FC<ResourceProps> = ({
4040
/>
4141
</Dialog>
4242
<Button
43-
design={ButtonDesign.Transparent}
4443
icon="document"
4544
aria-label={'View resource'}
4645
title={'View resource'}

0 commit comments

Comments
 (0)