feat: memory integration

This commit is contained in:
Timothy J. Baek
2024-05-19 08:40:46 -07:00
parent 2638ae6a93
commit febab58821
4 changed files with 66 additions and 10 deletions

View File

@@ -26,8 +26,8 @@
if (res) {
console.log(res);
toast.success('Memory added successfully');
content = '';
show = false;
dispatch('save');
}