Further UI Updates
This commit is contained in:
@@ -20,7 +20,7 @@ export default function PrintWrapperComponent({
|
||||
{children || null}
|
||||
<PrinterFilled onClick={() => handlePrint("p")} />
|
||||
<MailFilled onClick={() => handlePrint("e")} />
|
||||
{loading && <Spin size="small" />}
|
||||
{loading && <Spin />}
|
||||
</Space>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user