Skip to content

Commit 70e548c

Browse files
committed
feat: add variant in popup menu item
1 parent 2a23148 commit 70e548c

File tree

1 file changed

+1
-0
lines changed
  • src/Pages/Applications/DevtronApps/Details/AppConfigurations

1 file changed

+1
-0
lines changed

src/Pages/Applications/DevtronApps/Details/AppConfigurations/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export interface ConfigToolbarPopupMenuConfigType {
2323
dataTestId: string
2424
disabled?: boolean
2525
icon?: ReactNode | null
26+
variant?: 'default' | 'negative'
2627
}
2728

2829
export enum ConfigToolbarPopupNodeType {

0 commit comments

Comments
 (0)