mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 14:55:27 +02:00
fix(auth logs): fix typo in search keyword [EE-6742] (#11790)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
6d17d8bc64
commit
f8871fcd2a
2 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,7 @@ export default class AuthLogsViewController {
|
|||
|
||||
this.limitedFeature = FeatureId.ACTIVITY_AUDIT;
|
||||
this.state = {
|
||||
keyword: 'f',
|
||||
keyword: '',
|
||||
date: {
|
||||
from: 0,
|
||||
to: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue