fix: loading spinner appears in top-left corner during Round Robin setup (#23823)
* fix * fix * fix * fix * fix * fixed * fix * Update globals.css --------- Co-authored-by: Devanshu Sharma <devanshusharma658@gmail.com>
This commit is contained in:
co-authored by
Devanshu Sharma
parent
8c943e8817
commit
2e9d5f7df1
@@ -276,7 +276,11 @@ function EventTypeSingleLayout({
|
||||
</Button>
|
||||
</div>
|
||||
}>
|
||||
<Suspense fallback={<Icon name="loader" />}>
|
||||
<Suspense fallback={
|
||||
<div className="flex h-64 items-center justify-center">
|
||||
<Icon name="loader" className="h-5 w-5 animate-spin" />
|
||||
</div>
|
||||
}>
|
||||
<div className="flex flex-col xl:flex-row xl:space-x-6">
|
||||
<div className="hidden xl:block">
|
||||
<VerticalTabs
|
||||
|
||||
Reference in New Issue
Block a user