From b8ba39c2bd0c832beadcfb15adc180087f5dabcb Mon Sep 17 00:00:00 2001 From: petar-qb Date: Tue, 14 Nov 2023 10:36:50 +0100 Subject: [PATCH] Small linting fix --- .../20231114_095856_petar_pejovic_fix_sliders_incorrect_input.md | 1 + 1 file changed, 1 insertion(+) diff --git a/vizro-core/changelog.d/20231114_095856_petar_pejovic_fix_sliders_incorrect_input.md b/vizro-core/changelog.d/20231114_095856_petar_pejovic_fix_sliders_incorrect_input.md index ec716083f..f0518fa2d 100644 --- a/vizro-core/changelog.d/20231114_095856_petar_pejovic_fix_sliders_incorrect_input.md +++ b/vizro-core/changelog.d/20231114_095856_petar_pejovic_fix_sliders_incorrect_input.md @@ -34,6 +34,7 @@ Uncomment the section that is right (remove the HTML comment wrapper). - A bullet item for the Deprecated category with a link to the relevant PR at the end of your entry, e.g. Enable feature XXX ([#1](https://github.com/mckinsey/vizro/pull/1)) --> + ### Fixed - Fixed `vm.Slider` and `vm.RangeSlider` to work with incorrect text input. ([#173](https://github.com/mckinsey/vizro/pull/173))