TODO RiderList line 92

This commit is contained in:
2025-12-08 21:47:19 +01:00
parent fbd94c52c0
commit d0ab28556b
5 changed files with 48 additions and 7 deletions
+1 -1
View File
@@ -146,6 +146,6 @@ class LoadRidersCommand implements ICommand implements IResponder {
public function fault(rpcEvent:Dynamic):Void {
// store an error message in the model locator
// labels, alerts, etc can bind to this to notify the user of errors
model.errorStatus = "Fault occured in LoadEmployeesCommand.";
model.errorStatus = "Fault occured in LoadRidersCommand.";
}
}