Skip to content

Commit 63e0b0c

Browse files
committed
fix: set default value on dropdown with only one option
1 parent 37680c2 commit 63e0b0c

File tree

1 file changed

+1
-0
lines changed
  • packages/backend/src/apps/paysg/actions/create-payment-form-submission-subscription

1 file changed

+1
-0
lines changed

packages/backend/src/apps/paysg/actions/create-payment-form-submission-subscription/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ const action: IRawAction = {
8989
},
9090
],
9191
showOptionValue: false,
92+
value: 'monthly',
9293
required: true,
9394
},
9495
{

0 commit comments

Comments
 (0)