AmendmentDisclaimer: remove vestigial isVoting attribute

Co-authored-by: tequ <git@tequ.dev>
This commit is contained in:
Rome Reginelli
2025-08-07 13:25:30 -07:00
committed by GitHub
parent e3ec322c8f
commit 98684cc3a1

View File

@@ -229,11 +229,6 @@ export const amendmentDisclaimer: Schema & { tagName: string } = {
type: 'String',
required: true
},
isVoting: {
type: 'Boolean',
required: false,
default: false
}
},
render: 'AmendmentDisclaimer',
selfClosing: true