mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-25 10:07:43 +01:00
Remove message prompt clearing (#16894)
Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
4637af8866
commit
e33197a487
@ -92,8 +92,6 @@ export class ConfigService {
|
||||
// Handle read only
|
||||
if (this._originalConfig?.read_only?.value) {
|
||||
this.msgHandler.handleReadOnly();
|
||||
} else {
|
||||
this.msgHandler.clear();
|
||||
}
|
||||
},
|
||||
error => {
|
||||
|
Loading…
Reference in New Issue
Block a user