Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
deltaDAO-Dev committed Sep 15, 2024
1 parent 6ab4b75 commit d9230d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Publish/_constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {
FormPublishData,
MetadataAlgorithmContainer,
PublishFeedback,
SAAS_PAYMENT_MODE,
StepContent
} from './_types'
import content from '../../../content/publish/form.json'
Expand Down Expand Up @@ -88,7 +89,7 @@ export const initialValues: FormPublishData = {
serviceSD: { url: '' }
},
saas: {
paymentMode: 'Subscription'
paymentMode: SAAS_PAYMENT_MODE.SUBSCRIPTION
}
},
services: [
Expand Down

0 comments on commit d9230d0

Please sign in to comment.