mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-10 16:20:52 +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 ? (
|
{option.loading ? (
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<Loading />
|
<Loading />
|
||||||
<span className="text-type-secondary text-sm">
|
|
||||||
{t("auth.backendSelection.selecting")}
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
) : option.error ? (
|
) : option.error ? (
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue