format frontend files

This commit is contained in:
Yisroel Baum 2026-06-01 22:12:32 +03:00
parent 7fc8c37037
commit 757f149dea
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 5 additions and 19 deletions

View file

@ -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