remove console.log
This commit is contained in:
parent
7e6b6051f9
commit
e2178060a3
|
@ -9,7 +9,6 @@
|
|||
const { open, close } = getContext("simple-modal")
|
||||
|
||||
const createNewRecord = () => {
|
||||
console.log("TEST")
|
||||
selectedRecord = null
|
||||
open(
|
||||
CreateEditRecordModal,
|
||||
|
|
Loading…
Reference in New Issue