mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-15 21:11:08 +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: {},
|
properties: {},
|
||||||
required: []
|
required: []
|
||||||
},
|
},
|
||||||
mockTool: true,
|
mockTool: false,
|
||||||
...action.tool
|
...action.tool
|
||||||
});
|
});
|
||||||
draft.selection = {
|
draft.selection = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue