format frontend files
This commit is contained in:
parent
7fc8c37037
commit
757f149dea
2 changed files with 5 additions and 19 deletions
|
|
@ -79,10 +79,7 @@ export const useElementsStore = defineStore('elements', () => {
|
|||
}
|
||||
}
|
||||
|
||||
async function updateElement(
|
||||
elementId: string,
|
||||
input: UpdateElementInput,
|
||||
): Promise<boolean> {
|
||||
async function updateElement(elementId: string, input: UpdateElementInput): Promise<boolean> {
|
||||
saveError.value = null
|
||||
isSaving.value = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue