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. ' +
|
'Which connected payment provider should handle new purchases. ' +
|
||||||
'The other provider stays configured (no need to re-run Connect ' +
|
'The other provider stays configured (no need to re-run Connect ' +
|
||||||
'if you switch back). Existing license keys are unaffected.',
|
'if you switch back). Existing license keys are unaffected.',
|
||||||
required: true,
|
|
||||||
default: 'btcpay',
|
default: 'btcpay',
|
||||||
values: {
|
values: {
|
||||||
btcpay: 'BTCPay',
|
btcpay: 'BTCPay',
|
||||||
|
|||||||
Reference in New Issue
Block a user