Skip to content

Commit

Permalink
chore: adjust initial subtext state in story, so it matches dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Oct 22, 2024
1 parent 2cb6b56 commit 2f2217b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__demo__/SingleValue.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ storiesOf('SingleValue', module).add('default', () => {
const newContainerRef = useRef(null)
const [dashboard, setDashboard] = useState(false)
const [showIcon, setShowIcon] = useState(true)
const [indicatorType, setIndicatorType] = useState('subtext')
const [indicatorType, setIndicatorType] = useState('plain')
const [exportAsPdf, setExportAsPdf] = useState(true)
const [width, setWidth] = useState(constainerStyleBase.width)
const [height, setHeight] = useState(constainerStyleBase.height)
Expand Down

0 comments on commit 2f2217b

Please sign in to comment.