mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano sygnalizator do pokazywania statusu danych
This commit is contained in:
@@ -2,5 +2,6 @@ export const enum DataStatus {
|
||||
Initialized = -1,
|
||||
Loading = 0,
|
||||
Error = 1,
|
||||
Loaded = 2
|
||||
Loaded = 2,
|
||||
Warning = 3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user