[go: nahoru, domu]

Skip to content

Commit

Permalink
fix(ui): correct notification view nomenclature
Browse files Browse the repository at this point in the history
  • Loading branch information
luannmoreira authored and otavio committed Mar 28, 2024
1 parent c21b4c1 commit b0e3579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/authorizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const {
billingSubscribe,
billingUnsubscribe,
// Notification
notificaitonView,
notificationView,
apiKeyCreate,
apiKeyDelete,
} = iota();
Expand Down Expand Up @@ -108,7 +108,7 @@ export const actions: { [key: string]: any } = {
unsubscribe: billingUnsubscribe,
},
notification: {
view: notificaitonView,
view: notificationView,
},
apiKey: {
create: apiKeyCreate,
Expand Down

0 comments on commit b0e3579

Please sign in to comment.