delete modal + btn

This commit is contained in:
nicwands
2026-05-07 13:11:16 -04:00
parent 1806a612b6
commit 75d3488de0
20 changed files with 329 additions and 55 deletions

View File

@@ -188,6 +188,7 @@ export default class NotesAPI {
getNote(id) {
const note = this.notesCache.get(id)
console.log(this.notesCache, id)
return note ? { ...note } : null
}

View File

@@ -77,7 +77,6 @@ export const createPluginManagerClient = () => {
id,
config,
)
console.log(test)
return test
},
}