Skip to content

Commit

Permalink
[BOOKINGSG-4616][WK] amend stories
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilker0725 committed Aug 24, 2023
1 parent 0931c61 commit c5833ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stories/form/form-nested-multi-select/props-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SHARED_FORM_PROPS_DATA } from "../shared-props-data";

const DATA: ApiTableSectionProps[] = [
{
name: "InputNestedSelect specific props",
name: "InputNestedMultiSelect specific props",
attributes: [
{
name: "options",
Expand Down Expand Up @@ -88,7 +88,7 @@ const DATA: ApiTableSectionProps[] = [
description:
"If specified, the default no results display will not be rendered",
propTypes: ["boolean"],
defaultValue: `"false"`,
defaultValue: "false",
},
{
name: "listStyleWidth",
Expand Down

0 comments on commit c5833ae

Please sign in to comment.