1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: unable to add parameters to new routines/functions

This commit is contained in:
2022-04-26 13:01:21 +02:00
parent 88eb9f7ab8
commit 350d53642e
3 changed files with 10 additions and 4 deletions

View File

@ -181,7 +181,10 @@ export default {
ConfirmModal
},
props: {
localParameters: Array,
localParameters: {
type: Array,
default: () => []
},
func: String,
workspace: Object
},