mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-06 20:49:57 +00:00
remove backend selector selecting text
This commit is contained in:
parent
cc3e5b9c92
commit
9be65870bd
1 changed files with 0 additions and 3 deletions
|
|
@ -62,9 +62,6 @@ function BackendOptionItem({
|
|||
{option.loading ? (
|
||||
<div className="flex items-center gap-2">
|
||||
<Loading />
|
||||
<span className="text-type-secondary text-sm">
|
||||
{t("auth.backendSelection.selecting")}
|
||||
</span>
|
||||
</div>
|
||||
) : option.error ? (
|
||||
<div className="flex items-center gap-2">
|
||||
|
|
|
|||
Loading…
Reference in a new issue