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

fixes typo for delete-success event handler

parent 5db54be4
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