mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-10 08:30:51 +02:00
synced with master
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
|
||||
$: hasChanges = hasFileChanges || originalSerializedData != serializedData;
|
||||
|
||||
$: isNew = !original || original.isNew;
|
||||
$: isNew = !original || original.$isNew;
|
||||
|
||||
$: canSave = isNew || hasChanges;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user