feat(doc-search-view): Mit openModal gebundenen Ladeeffekt hinzufügen

This commit is contained in:
tekh 2025-07-11 14:41:10 +02:00
parent 960c4db1ac
commit 15eb1e87e8

View File

@ -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>