mirror of https://github.com/portainer/portainer
fix(auth logs): fix typo in search keyword [EE-6742] (#11792)
Co-authored-by: testa113 <testa113>pull/11794/head
parent
6d2775a42e
commit
be99f646f8
|
@ -10,7 +10,7 @@ export default class AuthLogsViewController {
|
||||||
|
|
||||||
this.limitedFeature = FeatureId.ACTIVITY_AUDIT;
|
this.limitedFeature = FeatureId.ACTIVITY_AUDIT;
|
||||||
this.state = {
|
this.state = {
|
||||||
keyword: 'f',
|
keyword: '',
|
||||||
date: {
|
date: {
|
||||||
from: 0,
|
from: 0,
|
||||||
to: 0,
|
to: 0,
|
||||||
|
|
|
@ -12,8 +12,6 @@ import { BackupS3Form } from './BackupS3Form';
|
||||||
export function BackupSettingsPanel() {
|
export function BackupSettingsPanel() {
|
||||||
const [backupType, setBackupType] = useState(options[0].value);
|
const [backupType, setBackupType] = useState(options[0].value);
|
||||||
|
|
||||||
console.log(backupType);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Widget>
|
<Widget>
|
||||||
<WidgetTitle icon={Download} title="Back up Portainer" />
|
<WidgetTitle icon={Download} title="Back up Portainer" />
|
||||||
|
|
Loading…
Reference in New Issue