fix(frontend): loading template pick the language as well

This commit is contained in:
Ruben Fiszel
2022-08-04 10:50:44 +02:00
parent 05324bd356
commit 82c7ddc00e
+1
View File
@@ -52,6 +52,7 @@
script.description = template.description
script.content = template.content
script.schema = template.schema
script.language = template.language
sendUserToast('Code & arguments have been loaded from template.')
}
}