mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
missed a break
This commit is contained in:
@@ -358,6 +358,7 @@ export class LayoutModel {
|
||||
break;
|
||||
case LayoutTreeActionType.ClearTree: {
|
||||
clearTree(this.treeState);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
console.error("Invalid reducer action", this.treeState, action);
|
||||
|
||||
Reference in New Issue
Block a user