Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Oct 6, 2020
1 parent a324d12 commit d7af850
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2439,7 +2439,6 @@ exports[`DataTable should render 1`] = `
}
}
selectorPrimaryFocus="[data-overflow-menu-primary-focus]"
tabIndex={0}
title="Settings"
>
<ClickListener
Expand All @@ -2454,22 +2453,19 @@ exports[`DataTable should render 1`] = `
onClose={[Function]}
onKeyDown={[Function]}
open={false}
tabIndex={0}
title="Settings"
type="button"
>
<ForwardRef(Settings16)
aria-label="Settings"
className="bx--overflow-menu__icon"
focusable="false"
onClick={[Function]}
onKeyDown={[Function]}
>
<Icon
aria-label="Settings"
className="bx--overflow-menu__icon"
fill="currentColor"
focusable="false"
height={16}
onClick={[Function]}
onKeyDown={[Function]}
Expand Down Expand Up @@ -3450,7 +3446,6 @@ exports[`DataTable sticky header should render 1`] = `
}
}
selectorPrimaryFocus="[data-overflow-menu-primary-focus]"
tabIndex={0}
title="Settings"
>
<ClickListener
Expand All @@ -3465,22 +3460,19 @@ exports[`DataTable sticky header should render 1`] = `
onClose={[Function]}
onKeyDown={[Function]}
open={false}
tabIndex={0}
title="Settings"
type="button"
>
<ForwardRef(Settings16)
aria-label="Settings"
className="bx--overflow-menu__icon"
focusable="false"
onClick={[Function]}
onKeyDown={[Function]}
>
<Icon
aria-label="Settings"
className="bx--overflow-menu__icon"
fill="currentColor"
focusable="false"
height={16}
onClick={[Function]}
onKeyDown={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ exports[`DataTable.TableToolbarMenu should render 1`] = `
}
}
selectorPrimaryFocus="[data-overflow-menu-primary-focus]"
tabIndex={0}
title="Add"
>
<ClickListener
Expand All @@ -61,22 +60,19 @@ exports[`DataTable.TableToolbarMenu should render 1`] = `
onClose={[Function]}
onKeyDown={[Function]}
open={false}
tabIndex={0}
title="Add"
type="button"
>
<ForwardRef(Download16)
aria-label="Add"
className="bx--overflow-menu__icon"
focusable="false"
onClick={[Function]}
onKeyDown={[Function]}
>
<Icon
aria-label="Add"
className="bx--overflow-menu__icon"
fill="currentColor"
focusable="false"
height={16}
onClick={[Function]}
onKeyDown={[Function]}
Expand Down

0 comments on commit d7af850

Please sign in to comment.