align frontend formatting

This commit is contained in:
Yisroel Baum 2026-06-22 09:28:32 +03:00
parent f73d7c101a
commit 5017186c1a
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
9 changed files with 124 additions and 63 deletions

View file

@ -158,8 +158,8 @@ export const useElementsStore = defineStore('elements', () => {
childElementId.toString(),
)
const response = await fetch(
`${ELEMENTS_URL}/${encodedParentElementId}`
+ `/children/${encodedChildElementId}`,
`${ELEMENTS_URL}/${encodedParentElementId}` +
`/children/${encodedChildElementId}`,
{
method: 'DELETE',
credentials: 'include',