fix: drop unsupported 'required' field on Value.select for switch action

This commit is contained in:
Grant
2026-05-09 14:05:14 -05:00
parent ff92ed0463
commit ad338d0c3d
@@ -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',