diff --git a/src/components/FinishedGoodSearch/FinishedGoodSearch.tsx b/src/components/FinishedGoodSearch/FinishedGoodSearch.tsx index 8cb2ef4..475ccc9 100644 --- a/src/components/FinishedGoodSearch/FinishedGoodSearch.tsx +++ b/src/components/FinishedGoodSearch/FinishedGoodSearch.tsx @@ -321,8 +321,8 @@ const [selectedPrinterForDraft, setSelectedPrinterForDraft] = useState = ({ onFiltersChange }) => { startIcon={} disabled={!canDownload} onClick={onDownload} + sx={{ display: "none" }} > {loading ? "生成中..." : "下載報告 (PDF)"}