Skip to content
Snippets Groups Projects
Commit 966f652d authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

Notifications: Type Filter Fix

parent b0950bfe
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ var types = []
for (let property in notification.getAllTypes())
{
types.push(property);
types.push([property, property]);
}
result.object(types);
\ No newline at end of file
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