Commit 1cf5c689 by Urvil Shah

Edit open in Froala

parent 0ec51217
Pipeline #7570 passed with stages
in 14 seconds
......@@ -105,7 +105,7 @@ namespace Mobile.Search.Web.Controllers
var j = JObject.Parse(json);
var kvp = new KeyValuePair<string, string>((string)j["templateKey"], (string)j["html"]);
return View(kvp);
return View("FroalaIndex", kvp);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment