Load all tiles in zone editor

This commit is contained in:
2024-10-28 23:41:26 +01:00
parent be854a79b8
commit 7c259f455c
8 changed files with 49 additions and 64 deletions

View File

@ -33,4 +33,4 @@ export async function resetPassword(email: string) {
} catch (error: any) {
return { error: error.response.data.message }
}
}
}