Skip to content

Commit

Permalink
fix: pass empty subTitle to default delete confirmation modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf authored Jan 14, 2025
1 parent 262fa77 commit 4d319d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const buildActionClickHandler = (
variant: 'danger',
label: 'confirm',
title: action.guard,
subTitle: '',
},
type: 'confirm',
resourceId: params.resourceId,
Expand Down

0 comments on commit 4d319d9

Please sign in to comment.