Set mock tools to false when creating any new tool

This commit is contained in:
akhisud3195 2025-08-19 20:04:17 +05:30
parent c99cd9ccd3
commit 892c6d4bee

View file

@ -376,7 +376,7 @@ function reducer(state: State, action: Action): State {
properties: {}, properties: {},
required: [] required: []
}, },
mockTool: true, mockTool: false,
...action.tool ...action.tool
}); });
draft.selection = { draft.selection = {