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.
2 parents 1124632 + d72670b commit a980e1aCopy full SHA for a980e1a
lib/av_client/types.ts
@@ -407,6 +407,7 @@ export interface ContestContent {
407
blankOptionColor?: string
408
customRulesets?: availableCustomRulesets[]
409
attachments?: Attachment[]
410
+ displayScrollToBottomBtn?: boolean
411
}
412
413
export interface Error {
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "4.4.1",
+ "version": "4.4.2",
3
"name": "@aion-dk/js-client",
4
"license": "MIT",
5
"description": "Assembly Voting JS client",
0 commit comments