plenty of bug fix.

This commit is contained in:
Olivier Gagnon
2021-11-10 19:28:20 -05:00
parent 2cf3d640bb
commit 15b3a82a41
12 changed files with 24 additions and 67 deletions
-1
View File
@@ -7,6 +7,5 @@ export function dialogBoxCreate(txt: string | JSX.Element): void {
AlertEvents.emit(txt);
} else {
AlertEvents.emit(<span dangerouslySetInnerHTML={{ __html: txt }} />);
console.log('emit"');
}
}