Skip to content

Commit a1623f9

Browse files
committed
fix: pass empty subTitle to default delete confirmation modal
1 parent 262fa77 commit a1623f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frontend/interfaces/action/build-action-click-handler.ts

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export const buildActionClickHandler = (
5050
variant: 'danger',
5151
label: 'confirm',
5252
title: action.guard,
53+
subTitle: '',
5354
},
5455
type: 'confirm',
5556
resourceId: params.resourceId,

0 commit comments

Comments
 (0)