Slow and steady progress getting things working more smoothly.

This commit is contained in:
Scott Idem
2024-04-03 14:54:33 -04:00
parent 1555f0f8d0
commit b5588fd9a1
7 changed files with 199 additions and 48 deletions

View File

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