IO-1742 Remove flat rate slider on time ticket entry.

This commit is contained in:
Patrick Fic
2022-02-17 16:23:51 -08:00
parent 55ad75df8a
commit 14d873f795

View File

@@ -159,8 +159,10 @@ export function TimeTicketModalComponent({
name="flat_rate"
label={t("timetickets.fields.flat_rate")}
valuePropName="checked"
noStyle
style={{ display: "none" }}
>
<Switch />
<Switch style={{ display: "none" }} />
</Form.Item>
</LayoutFormRow>