1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-24 22:32:42 +02:00

updated jsvm types and removed unnecessary comment

This commit is contained in:
Gani Georgiev 2023-08-29 22:31:33 +03:00
parent a394777264
commit ccb1c42220
2 changed files with 2869 additions and 2836 deletions

File diff suppressed because it is too large Load Diff

View File

@ -64,7 +64,7 @@
value={serialized}
on:change={(e) => {
serialized = e.detail;
value = serialized.trim(); // trim the submitted value
value = serialized.trim();
}}
/>
{:else}