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"
|
||||
startIcon={<Iconify icon="mingcute:add-line" />}
|
||||
onClick={() => setOpenModal(true)}
|
||||
loading={openModal}
|
||||
>
|
||||
New filter
|
||||
</Button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user