Skip to content

Commit

Permalink
Remove currentOrganization, already exists in Mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Jan 21, 2025
1 parent fa4fbc1 commit 10a1fc5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ export default defineComponent({
selectedPaymentMethod: '',
errorTitle: 'Error',
errorText: '',
currentOrganization: computed(() => orgStore.currentOrganization),
currentOrganizationType: computed(() => orgStore.currentOrganizationType),
currentOrgPaymentType: computed(() => orgStore.currentOrgPaymentType),
isPaymentValid: computed(() => {
Expand Down

0 comments on commit 10a1fc5

Please sign in to comment.