Client: Added a spool selection dialog

This commit is contained in:
Donkie
2023-07-30 09:54:33 +02:00
parent 42373baa03
commit 475e64ff48
4 changed files with 262 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ import {
SpoolIconColumn,
} from "../../components/column";
import { setSpoolArchived } from "./functions";
import SelectAndPrint from "../../components/selectAndPrintDialog";
dayjs.extend(utc);
@@ -191,6 +192,7 @@ export const SpoolList: React.FC<IResourceComponentsProps> = () => {
<List
headerButtons={({ defaultButtons }) => (
<>
<SelectAndPrint />
<Button
type="primary"
icon={<InboxOutlined />}