Skip to content

Commit 0da2242

Browse files
committed
ProgressBar: actually load addLabels in getMountArgs
1 parent 09d6371 commit 0da2242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/fields/inputFields/fields/ProgressBar/ProgressBarIPF.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export class ProgressBarIPF extends AbstractInputField<number, number> {
5454
minValue: this.minValue,
5555
maxValue: this.maxValue,
5656
stepSize: this.stepSize,
57+
addLabels: (this.mountable.getArgument(InputFieldArgumentType.ADD_LABELS)?.value ?? true) === true ,
5758
};
5859
}
5960
}

0 commit comments

Comments
 (0)