Skip to content

Commit a980e1a

Browse files
Merge pull request #317 from aion-dk/TECH-4261-go-to-bottom-button
modify type
2 parents 1124632 + d72670b commit a980e1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/av_client/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ export interface ContestContent {
407407
blankOptionColor?: string
408408
customRulesets?: availableCustomRulesets[]
409409
attachments?: Attachment[]
410+
displayScrollToBottomBtn?: boolean
410411
}
411412

412413
export interface Error {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.4.1",
2+
"version": "4.4.2",
33
"name": "@aion-dk/js-client",
44
"license": "MIT",
55
"description": "Assembly Voting JS client",

0 commit comments

Comments
 (0)