diff --git a/packages/sn-filter-pane/src/components/ExpandButton.tsx b/packages/sn-filter-pane/src/components/ExpandButton.tsx index bbdaa916..674f8797 100644 --- a/packages/sn-filter-pane/src/components/ExpandButton.tsx +++ b/packages/sn-filter-pane/src/components/ExpandButton.tsx @@ -1,4 +1,4 @@ -import { Button, Grid, styled } from '@mui/material'; +import { Button, styled } from '@mui/material'; import React from 'react'; import ExpandMore from '@mui/icons-material/ExpandMore'; import type { IStores } from '../store'; diff --git a/packages/sn-filter-pane/src/ext/property-panel/data/data-panel/index.ts b/packages/sn-filter-pane/src/ext/property-panel/data/data-panel/index.ts index 4a3e16bf..638602e4 100644 --- a/packages/sn-filter-pane/src/ext/property-panel/data/data-panel/index.ts +++ b/packages/sn-filter-pane/src/ext/property-panel/data/data-panel/index.ts @@ -117,7 +117,7 @@ export default function getDataPanelItems(env: IEnv) { autoConfirm: { ref: 'autoConfirm', component: 'checkbox', - translation: 'properties.filterpane.showSelectionsPopup', + translation: 'properties.filterpane.showSelectionsToolbar', defaultValue: false, inverted: true, show: env?.flags?.isEnabled('IM_4072_FILTERPANE_SETTINGS'),