This commit is contained in:
rustmailer
2026-03-25 17:26:57 +08:00
parent a41b5417e3
commit 5d0039cb74
24 changed files with 227 additions and 77 deletions
@@ -36,7 +36,7 @@ export function MoreFiltersPopover() {
const { filter, setFilter } = useSearchContext();
const [open, setOpen] = React.useState(false);
const { data: meta, isLoading: metaLoading } = useAttachmentMetadata();
const { data: meta, isLoading: metaLoading } = useAttachmentMetadata(open);
const [localState, setLocalState] = React.useState({
attachment_name: filter?.attachment_name || '',