mirror of
https://github.com/Drop-OSS/drop-base
synced 2026-08-27 16:26:03 -04:00
fix: remove console log
This commit is contained in:
parent
2f0ed58cb3
commit
dad3487be6
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ const stack = useModalStack();
|
|||
|
||||
async function handleCallback(modalIdx: number, event: string, args: any[]) {
|
||||
const modal = stack.value[modalIdx];
|
||||
console.log(modal);
|
||||
const close = () => {
|
||||
stack.value.splice(modalIdx, 1);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue