Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Dec 1, 2020
1 parent 3f446e7 commit 69c0d46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2295,7 +2295,6 @@ exports[`DataTable should render 1`] = `
tabIndex="-1"
>
<Search
aria-hidden={false}
closeButtonLabelText="Clear search input"
id="custom-id"
labelText="Filter table"
Expand Down Expand Up @@ -2348,7 +2347,6 @@ exports[`DataTable should render 1`] = `
Filter table
</label>
<input
aria-hidden={false}
autoComplete="off"
className="bx--search-input"
id="custom-id"
Expand Down Expand Up @@ -3303,7 +3301,6 @@ exports[`DataTable sticky header should render 1`] = `
tabIndex="-1"
>
<Search
aria-hidden={false}
closeButtonLabelText="Clear search input"
id="custom-id"
labelText="Filter table"
Expand Down Expand Up @@ -3356,7 +3353,6 @@ exports[`DataTable sticky header should render 1`] = `
Filter table
</label>
<input
aria-hidden={false}
autoComplete="off"
className="bx--search-input"
id="custom-id"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ exports[`DataTable.TableToolbarSearch should render 1`] = `
tabIndex="0"
>
<Search
aria-hidden={true}
className="custom-class"
closeButtonLabelText="Clear search input"
id="custom-id"
Expand Down Expand Up @@ -72,7 +71,6 @@ exports[`DataTable.TableToolbarSearch should render 1`] = `
Filter table
</label>
<input
aria-hidden={true}
autoComplete="off"
className="bx--search-input"
id="custom-id"
Expand Down

0 comments on commit 69c0d46

Please sign in to comment.