Skip to content

Commit 98684cc

Browse files
mDuo13tequdev
andauthored
AmendmentDisclaimer: remove vestigial isVoting attribute
Co-authored-by: tequ <git@tequ.dev>
1 parent e3ec322 commit 98684cc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

@theme/markdoc/schema.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,6 @@ export const amendmentDisclaimer: Schema & { tagName: string } = {
229229
type: 'String',
230230
required: true
231231
},
232-
isVoting: {
233-
type: 'Boolean',
234-
required: false,
235-
default: false
236-
}
237232
},
238233
render: 'AmendmentDisclaimer',
239234
selfClosing: true

0 commit comments

Comments
 (0)