Skip to content

Commit

Permalink
fix: Build
Browse files Browse the repository at this point in the history
  • Loading branch information
sashko9807 committed Oct 29, 2024
1 parent ed14071 commit 8913d3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/admin/campaigns/grid/EditForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,8 @@ const validationSchema: yup.SchemaOf<Omit<CampaignEditFormData, 'campaignFiles'>
})

const statesForDisableCurrencySelect = [
CampaignState.rejected,
CampaignState.suspended,
CampaignState.complete,
CampaignState.disabled,
CampaignState.error,
CampaignState.deleted,
CampaignState.active,
]
Expand Down

0 comments on commit 8913d3e

Please sign in to comment.