Skip to content

Commit

Permalink
Merge pull request #2355 from Civolilah/bugfix/quick-create-subscription
Browse files Browse the repository at this point in the history
[Bugfix] Fixes For Subscriptions Link In "Quick Create" Popover
  • Loading branch information
beganovich authored Feb 10, 2025
2 parents 904f4df + d1f5050 commit d1ba13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/hooks/entities/useQuickCreateActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export function useQuickCreateActions() {
},
{
key: 'subscription',
url: '/settings/subscription/create',
url: '/settings/subscriptions/create',
section: 'income',
visible: (proPlan() || enterprisePlan()) && (isAdmin || isOwner),
},
Expand Down

0 comments on commit d1ba13b

Please sign in to comment.