Skip to content
Snippets Groups Projects
Commit b0e46085 authored by Vik Paruchuri's avatar Vik Paruchuri
Browse files

Fix callback alert

parent 2affd476
No related merge requests found
......@@ -42,7 +42,7 @@ class OpenEnded
.error => callback({success: false, error: "Error occured while performing this operation"})
handle_after_action: (data) ->
@gentle_alert data
@gentle_alert data.data
gentle_alert: (msg) =>
if $('.message-container').length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment