Run prettier

This commit is contained in:
Antti Sonkeri 2024-07-28 17:05:30 +03:00
parent 9f58bddcbe
commit 14664a5911
3 changed files with 16 additions and 16 deletions

View File

@ -1767,7 +1767,7 @@ export const collectionsSlice = createSlice({
item.draft.request.tags = item.draft.request.tags.filter((t) => t !== tag.trim());
}
}
},
}
}
});