Eslint fixes

This commit is contained in:
2025-03-17 17:32:28 +01:00
parent c52d4b2a0e
commit c8e09a28e6
5 changed files with 35 additions and 40 deletions

View File

@@ -46,8 +46,9 @@ const onPickGenericDoc = ({
emit("pickGenericDoc", { genericDoc });
};
const onRemoveAttachment = (payload: { attachment: WorkflowAttachment }) => { emit('removeAttachment', payload) };
const onRemoveAttachment = (payload: { attachment: WorkflowAttachment }) => {
emit("removeAttachment", payload);
};
</script>
<template>