Wizard: fix removing template in UI

This commit is contained in:
Ilya Kirillov
2020-01-23 16:43:06 +03:00
parent 3d6aa79f45
commit 4854294bb5
@@ -38,6 +38,7 @@ class TemplatesComponent(valuesReadingContext: ValuesReadingContext) : DynamicCo
null
) == Messages.OK
) {
module?.template = null
switchState(null)
}
}