This commit is contained in:
2021-08-09 19:51:17 +00:00
parent e8426c1fcd
commit 7bb87edb80
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@
//
this.edTags.Location = new System.Drawing.Point(26, 151);
this.edTags.Name = "edTags";
this.edTags.Size = new System.Drawing.Size(391, 20);
this.edTags.Size = new System.Drawing.Size(141, 20);
this.edTags.TabIndex = 40;
this.edTags.Text = "v7-import";
//

View File

@@ -163,7 +163,7 @@ namespace AyaNova.PlugIn.V8
return;
}
ExportAssignedDocs = dOpt.ExportAssignedDocs;
ImportTag = Util.NormalizeTag(dOpt.Tags);
ImportTag = util.NormalizeTag(dOpt.Tags);
//here because we logged in fine and can proceed
//MessageBox.Show("Login successful! JWT is " + util.JWT);