mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 19:06:23 +02:00
Set mock tools to false when creating any new tool
This commit is contained in:
parent
c99cd9ccd3
commit
892c6d4bee
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ function reducer(state: State, action: Action): State {
|
|||
properties: {},
|
||||
required: []
|
||||
},
|
||||
mockTool: true,
|
||||
mockTool: false,
|
||||
...action.tool
|
||||
});
|
||||
draft.selection = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue