refactor components and notifications bug
This commit is contained in:
@@ -11,10 +11,10 @@ export interface Notification{
|
||||
}
|
||||
|
||||
export enum NotificationType{
|
||||
Info = "alert alert-info",
|
||||
Success = "alert alert-success",
|
||||
Warning = "alert alert-warning",
|
||||
Error = "alert alert-error",
|
||||
Info,
|
||||
Success,
|
||||
Warning,
|
||||
Error,
|
||||
}
|
||||
|
||||
interface State {
|
||||
|
||||
Reference in New Issue
Block a user