Fix find/replace error
This commit is contained in:
@@ -21,7 +21,7 @@ const noteContent = ref('');
|
||||
const profile = inject('profile');
|
||||
|
||||
async function onAckChecklistItem(item, key) {
|
||||
const [error] = await appsModel.ackChecklistItem(props.app.id.value, key, true);
|
||||
const [error] = await appsModel.ackChecklistItem(props.app.id, key, true);
|
||||
if (error) return console.error(error);
|
||||
|
||||
item.acknowledged = true;
|
||||
|
||||
Reference in New Issue
Block a user