verou
2025-03-19 3ceafbd9dcd387b2d16a1124994278c86e24121a
rsf-admin/src/page/contract/ContractList.jsx
@@ -60,8 +60,6 @@
const filters = [
    <SearchInput source="condition" alwaysOn />,
    <DateInput label='common.time.after' source="timeStart" alwaysOn />,
    <DateInput label='common.time.before' source="timeEnd" alwaysOn />,
    <TextInput source="code" label="table.field.contract.code" />,
    <TextInput source="name" label="table.field.contract.name" />,
@@ -94,7 +92,7 @@
                        theme.transitions.create(['all'], {
                            duration: theme.transitions.duration.enteringScreen,
                        }),
                    marginRight: !!drawerVal ? `${PAGE_DRAWER_WIDTH}px` : 0,
                    marginRight: drawerVal ? `${PAGE_DRAWER_WIDTH}px` : 0,
                }}
                title={"menu.contract"}
                empty={<EmptyData onClick={() => { setCreateDialog(true) }} />}