Skip to content

Commit

Permalink
Changed save button
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Oct 5, 2024
1 parent e94de9e commit 212921e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ import {
KeyboardDoubleArrowUp,
North,
VerticalAlignTop,
Save
} from '@mui/icons-material';

import { type AdminConnection, I18n, IconCopy as SaveIcon } from '@iobroker/adapter-react-v5';
import { type AdminConnection, I18n } from '@iobroker/adapter-react-v5';
import { InfoBox } from '@foxriver76/iob-component-lib';
import IsVisible from '@/components/IsVisible';
import { AUTO_UPGRADE_OPTIONS_MAPPING, AUTO_UPGRADE_SETTINGS } from '@/helpers/utils';
Expand Down Expand Up @@ -182,7 +183,7 @@ export default class AutoUpgradeConfigDialog extends React.Component<
disabled={this.state.currentSavedPolicy === this.state.policy}
color="primary"
variant="contained"
startIcon={<SaveIcon />}
startIcon={<Save />}
onClick={() => this.save()}
>
{I18n.t('Save')}
Expand Down

0 comments on commit 212921e

Please sign in to comment.