mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(auth logs): fix typo in search keyword [EE-6742] (#11792)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
6d2775a42e
commit
be99f646f8
2 changed files with 1 additions and 3 deletions
|
@ -12,8 +12,6 @@ import { BackupS3Form } from './BackupS3Form';
|
|||
export function BackupSettingsPanel() {
|
||||
const [backupType, setBackupType] = useState(options[0].value);
|
||||
|
||||
console.log(backupType);
|
||||
|
||||
return (
|
||||
<Widget>
|
||||
<WidgetTitle icon={Download} title="Back up Portainer" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue