feat(doc-search-view): Mit openModal gebundenen Ladeeffekt hinzufügen
This commit is contained in:
parent
960c4db1ac
commit
15eb1e87e8
@ -81,6 +81,7 @@ export function DocSearchView({ docs }: Props) {
|
|||||||
color="inherit"
|
color="inherit"
|
||||||
startIcon={<Iconify icon="mingcute:add-line" />}
|
startIcon={<Iconify icon="mingcute:add-line" />}
|
||||||
onClick={() => setOpenModal(true)}
|
onClick={() => setOpenModal(true)}
|
||||||
|
loading={openModal}
|
||||||
>
|
>
|
||||||
New filter
|
New filter
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user