fix: delay querying backends

This commit is contained in:
jialin
2026-03-19 12:28:18 +08:00
committed by jialin
parent fd1a079271
commit a6af51dc32
19 changed files with 40 additions and 21 deletions
+1 -1
View File
@@ -671,7 +671,7 @@ const GroundEmbedding: React.FC<MessageProps> = forwardRef((props, ref) => {
alignItems: 'center'
}}
>
<Spin spinning={true}></Spin>
<Spin spinning={true} size="middle"></Spin>
</div>
)}
<ResizeContainer
+1
View File
@@ -183,6 +183,7 @@ const GroundVideo: React.FC<MessageProps> = forwardRef((props, ref) => {
>
<Spin
spinning={loading}
size="middle"
styles={{
root: {
height: '100%'