update: add a second New from template action to FileMenu
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
6a3e37f4c1
commit
0b925a4d6a
@@ -102,6 +102,10 @@ function App() {
|
||||
setModel(newModel);
|
||||
}}
|
||||
newModel={() => {
|
||||
const createdModel = createNewModel();
|
||||
setModel(createdModel);
|
||||
}}
|
||||
newModelFromTemplate={() => {
|
||||
setShowWelcomeDialog(true);
|
||||
}}
|
||||
setModel={(uuid: string) => {
|
||||
|
||||
Reference in New Issue
Block a user