mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-30 21:59:46 +02:00
fix: fixed UI while indexing
This commit is contained in:
parent
9b9fde955f
commit
5712336feb
4 changed files with 5 additions and 5 deletions
|
|
@ -439,7 +439,7 @@ export default function EditorPage() {
|
|||
<>
|
||||
<Loader2 className="h-3.5 w-3.5 md:h-4 md:w-4 animate-spin" />
|
||||
<span className="text-xs md:text-sm">
|
||||
{isNewNote ? "Creating..." : "Saving..."}
|
||||
{isNewNote ? "Creating" : "Saving"}
|
||||
</span>
|
||||
</>
|
||||
) : (
|
||||
|
|
|
|||
|
|
@ -1294,7 +1294,7 @@ function CreateInviteDialog({
|
|||
{creating ? (
|
||||
<>
|
||||
<Loader2 className="h-4 w-4 mr-2 animate-spin" />
|
||||
Creating...
|
||||
Creating
|
||||
</>
|
||||
) : (
|
||||
"Create Invite"
|
||||
|
|
@ -1471,7 +1471,7 @@ function CreateRoleDialog({
|
|||
{creating ? (
|
||||
<>
|
||||
<Loader2 className="h-4 w-4 mr-2 animate-spin" />
|
||||
Creating...
|
||||
Creating
|
||||
</>
|
||||
) : (
|
||||
"Create Role"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue