diff --git a/packages/web/src/javascripts/Components/Tags/SmartViewsListItem.tsx b/packages/web/src/javascripts/Components/Tags/SmartViewsListItem.tsx index 6dc6f4a81..91a47d7d8 100644 --- a/packages/web/src/javascripts/Components/Tags/SmartViewsListItem.tsx +++ b/packages/web/src/javascripts/Components/Tags/SmartViewsListItem.tsx @@ -16,6 +16,7 @@ import { import { AppPaneId } from '../ResponsivePane/AppPaneMetadata' import { useResponsiveAppPane } from '../ResponsivePane/ResponsivePaneProvider' import { classNames } from '@/Utils/ConcatenateClassNames' +import { FOCUSABLE_BUT_NOT_TABBABLE } from '@/Constants/Constants' type Props = { view: SmartView @@ -115,7 +116,7 @@ const SmartViewsListItem: FunctionComponent = ({ view, tagsState }) => { <>
= observer( <>
.tag-info { display: flex; flex-direction: row;