We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c7c0e commit 63b2e6aCopy full SHA for 63b2e6a
2 files changed
OpenFlow/src/public/Controllers.ts
@@ -1593,7 +1593,7 @@ module openflow {
1593
}
1594
1595
async Save() {
1596
- if (this.form.fbeditor === true) {
+ if (this.form !== null && this.form !== undefined && this.form.fbeditor === true) {
1597
var userData: any[] = this.formRender.userData;
1598
if (this.model.payload === null || this.model.payload === undefined) { this.model.payload = {}; }
1599
for (var i = 0; i < userData.length; i++) {
VERSION
@@ -1 +1 @@
1
-0.0.487
+0.0.488
0 commit comments