mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Fix hanging up when editing cdb list key
This commit is contained in:
parent
2f3eb09702
commit
d291a01291
@ -201,7 +201,8 @@ app.directive('wzListManage', function() {
|
||||
* Cancel edition of an entry
|
||||
*/
|
||||
$scope.cancelEditingKey = () => {
|
||||
$scope.editingKey = false;
|
||||
$scope.editingKey = false;
|
||||
$scope.loadingChange = false;
|
||||
$scope.editingNewValue = '';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user