remove HAL implementation files for v3 and v4, and the build script
This commit is contained in:
@@ -20,6 +20,7 @@ class ToastService {
|
||||
}
|
||||
|
||||
error(message: string) {
|
||||
console.error(message);
|
||||
const el = this.createToast(message, 'error');
|
||||
this.container.appendChild(el);
|
||||
// Only dismiss on click
|
||||
|
||||
Reference in New Issue
Block a user