Fix lint error: replace Spinner with IconRefresh
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
ff90f16cef
commit
01a16b7e5e
1 changed files with 1 additions and 1 deletions
|
|
@ -814,7 +814,7 @@ export function EmprestimosPageClient() {
|
||||||
<Button onClick={handleCreate} disabled={isSubmitting}>
|
<Button onClick={handleCreate} disabled={isSubmitting}>
|
||||||
{isSubmitting ? (
|
{isSubmitting ? (
|
||||||
<>
|
<>
|
||||||
<Spinner className="size-4" />
|
<IconRefresh className="size-4 animate-spin" />
|
||||||
Criando...
|
Criando...
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue