Compare commits

...

2 Commits

Author SHA1 Message Date
Allan Carr
7503d86c69 IO-2543 Add wrap to space components to maintain limits of card 2024-01-26 08:42:57 -08:00
Allan Carr
908942ec09 IO-2543 Revert Lost Sales for Datedisable 2024-01-26 08:11:29 -08:00
3 changed files with 2 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ export default function JobAdminDeleteIntake({ job }) {
return (
<>
<Space>
<Space wrap>
<Button
loading={loading}
onClick={handleDelete}

View File

@@ -137,7 +137,7 @@ export function JobAdminMarkReexport({
return (
<>
<Space>
<Space wrap>
<Button
loading={loading}
disabled={!job.date_exported}

View File

@@ -2020,7 +2020,6 @@ export const TemplateList = (type, context) => {
key: "lost_sales",
//idtype: "vendor",
disabled: false,
datedisable: true,
rangeFilter: {
object: i18n.t("reportcenter.labels.objects.jobs"),
field: i18n.t("jobs.fields.date_lost_sale"),