File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import {
1010 ReadyStatus ,
1111} from '@lib/api/types/crate/controlPlanes.ts' ;
1212import TitleLevel from '@ui5/webcomponents/dist/types/TitleLevel.js' ;
13- import ButtonDesign from '@ui5/webcomponents/dist/types/ButtonDesign.js' ;
1413import { useState } from 'react' ;
1514import { useApiResourceMutation } from '@lib/api/useApiResource.ts' ;
1615import {
@@ -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
Original file line number Diff line number Diff line change 88import '@ui5/webcomponents-fiori/dist/illustrations/NoData.js' ;
99import '@ui5/webcomponents-fiori/dist/illustrations/EmptyList.js' ;
1010import '@ui5/webcomponents-icons/dist/delete' ;
11- import ButtonDesign from '@ui5/webcomponents/dist/types/ButtonDesign.js' ;
1211import { CopyButton } from '../../Shared/CopyButton.tsx' ;
1312import { NoManagedControlPlaneBanner } from '../NoManagedControlPlaneBanner.tsx' ;
1413import { 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 ) ;
Original file line number Diff line number Diff 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' }
You can’t perform that action at this time.
0 commit comments