delete modal + btn
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -77,7 +77,6 @@ export const createPluginManagerClient = () => {
|
||||
id,
|
||||
config,
|
||||
)
|
||||
console.log(test)
|
||||
return test
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user