align frontend formatting
This commit is contained in:
parent
f73d7c101a
commit
5017186c1a
9 changed files with 124 additions and 63 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue