Skip to content
Snippets Groups Projects
Commit bee788cb authored by Marc Hanisch's avatar Marc Hanisch
Browse files

Merge branch '168-fix-deletion-of-device-maintenance-action' into 'master'

Fix deletion of device maintenance action in actions timeline

Closes #168

See merge request !181
parents b12652a8 7ad2c0da
No related branches found
No related tags found
1 merge request!181Fix deletion of device maintenance action in actions timeline
......@@ -46,7 +46,7 @@ permissions and limitations under the Licence.
:value="value[index]"
:delete-callback="getActionApiDispatcherDeleteMethod(action)"
:is-user-authenticated="isUserAuthenticated"
@delete-sucess="removeActionFromModel"
@delete-success="removeActionFromModel"
@showdelete="$emit('showdelete', $event)"
>
<template #actions>
......
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