fix #3
- server edit page display bugs, include userPubKey and pubKeyIdx
This commit is contained in:
@@ -9,11 +9,6 @@ class ProviderBase with ChangeNotifier {
|
||||
}
|
||||
}
|
||||
|
||||
enum ProviderState {
|
||||
idle,
|
||||
busy,
|
||||
}
|
||||
|
||||
class BusyProvider extends ProviderBase {
|
||||
bool _isBusy = false;
|
||||
bool get isBusy => _isBusy;
|
||||
|
||||
Reference in New Issue
Block a user