Slow and steady progress getting things working more smoothly.
This commit is contained in:
@@ -58,7 +58,7 @@ onMount(() => {
|
||||
});
|
||||
|
||||
|
||||
$: if (trigger_patch) {
|
||||
$: if (trigger_patch == true) {
|
||||
console.log('AE CRUD: Patch triggered!');
|
||||
// console.log(trigger_patch);
|
||||
trigger_patch = null;
|
||||
|
||||
Reference in New Issue
Block a user