We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555937b commit c8dd712Copy full SHA for c8dd712
src/views/playground/WidgetConfig/Index.vue
@@ -640,6 +640,7 @@ export default {
640
if (!this.widgetConfigTemp.onChainId.selectedOnChainKYCconfiguration) {
641
throw new Error('Kindly select a onchain configuration')
642
}
643
+ this.widgetConfigTemp.onChainId.selectedOnChainKYCconfiguration = this.widgetConfigTemp.onChainId.selectedOnChainKYCconfiguration.filter(e => e != null)
644
645
if (!this.widgetConfigTemp.zkProof.enabled) {
646
throw new Error('Enable ZK Proof to enable onchainId')
0 commit comments