fix & opt.
- fix: db type err - opt.: server detail page `customCmd` card
This commit is contained in:
@@ -33,4 +33,4 @@ extension StringX on String {
|
||||
|
||||
extension StringXX on String? {
|
||||
String? get selfIfNotNullEmpty => this?.isEmpty == true ? null : this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user