Skip to content

Commit

Permalink
Studio: Remove checkboxes allowing to dismiss push and pull notificat…
Browse files Browse the repository at this point in the history
…ions (#719)

* Remove checkbox to dismiss pull and push warning

---------

Co-authored-by: Kateryna Kodonenko <kateryna@automattic.com>
  • Loading branch information
katinthehatsite and Kateryna Kodonenko authored Dec 5, 2024
1 parent 4080ae8 commit 6d8d425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/use-confirmation-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function useConfirmationDialog( options: ConfirmationDialogOptions ) {
const {
message,
detail,
checkboxLabel = __( "Don't ask again" ),
checkboxLabel,
confirmButtonLabel,
cancelButtonLabel = __( 'Cancel' ),
localStorageKey,
Expand Down

0 comments on commit 6d8d425

Please sign in to comment.