This commit is contained in:
Olivier Gagnon
2021-11-09 23:57:44 -05:00
5 changed files with 17 additions and 10 deletions
+1
View File
@@ -7,5 +7,6 @@ export function dialogBoxCreate(txt: string | JSX.Element): void {
AlertEvents.emit(txt);
} else {
AlertEvents.emit(<span dangerouslySetInnerHTML={{ __html: txt }} />);
console.log('emit"');
}
}