Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
refactor: update selections toolbar string
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlahti committed Sep 15, 2023
1 parent 95bbf53 commit 4fb0517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sn-filter-pane/src/components/ExpandButton.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 4fb0517

Please sign in to comment.