UBER-619: StatusPopup for creating/renaming (#3536)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov
2023-08-05 01:07:04 +07:00
committed by GitHub
parent 161d26ebeb
commit cd52b8e684
14 changed files with 244 additions and 153 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ class TServerStorage implements ServerStorage {
return result[0]
}
if (result.length === 0) {
return [{}, false]
return false
}
return result
}