Skip to content

Commit e8b0b23

Browse files
committed
docs(Datepicker): [BLA-1014] Update the disable days property in datepicker component
1 parent eed6dd3 commit e8b0b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core-components/src/components/date-picker/date-picker.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export const DisableDays: Story = {
145145
args: {
146146
...meta.args,
147147
disableWeekends: true,
148-
disableDays: ['Mo', 'Tu'],
148+
disableDays: '["Mo", "Tu"]',
149149
},
150150
play: async ({ canvasElement }) => {
151151
setTimeout(async () => {

0 commit comments

Comments
 (0)