fixed EditMode after refresh

This commit is contained in:
Shaun Walker
2020-02-12 17:14:31 -05:00
parent f6622a5599
commit f148b1b148
6 changed files with 23 additions and 17 deletions

View File

@ -20,6 +20,5 @@ namespace Oqtane.Shared
public int ModuleId { get; set; }
public string Action { get; set; }
public bool EditMode { get; set; }
public bool DesignMode { get; set; }
}
}