Fix save settings issue
This commit is contained in:
@ -77,4 +77,11 @@ class ShowEntityPageEvent {
|
||||
Entity entity;
|
||||
|
||||
ShowEntityPageEvent(this.entity);
|
||||
}
|
||||
|
||||
class ShowErrorEvent {
|
||||
String text;
|
||||
int errorCode;
|
||||
|
||||
ShowErrorEvent(this.text, this.errorCode);
|
||||
}
|
Reference in New Issue
Block a user