Skip to content

Commit e0234fc

Browse files
committed
Add default snap dialog to ApprovalType
1 parent 6a72ae1 commit e0234fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/controller-utils/src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export enum ApprovalType {
134134
SnapDialogAlert = 'snap_dialog:alert',
135135
SnapDialogConfirmation = 'snap_dialog:confirmation',
136136
SnapDialogPrompt = 'snap_dialog:prompt',
137+
SnapDialogDefault = 'snap_dialog',
137138
SwitchEthereumChain = 'wallet_switchEthereumChain',
138139
Transaction = 'transaction',
139140
Unlock = 'unlock',

0 commit comments

Comments
 (0)