fix: drop unsupported 'required' field on Value.select for switch action
This commit is contained in:
@@ -26,7 +26,6 @@ const switchInput = InputSpec.of({
|
||||
'Which connected payment provider should handle new purchases. ' +
|
||||
'The other provider stays configured (no need to re-run Connect ' +
|
||||
'if you switch back). Existing license keys are unaffected.',
|
||||
required: true,
|
||||
default: 'btcpay',
|
||||
values: {
|
||||
btcpay: 'BTCPay',
|
||||
|
||||
Reference in New Issue
Block a user