Skip to content

Commit

Permalink
fix(app-headless-cms): remove placeholder from date time field [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed May 13, 2024
1 parent 72bdd26 commit c824797
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/app-headless-cms/src/admin/plugins/fields/dateTime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import get from "lodash/get";
import { Grid, Cell } from "@webiny/ui/Grid";
import { Select } from "@webiny/ui/Select";
import { Input } from "@webiny/ui/Input";
import { CmsModelField, CmsModelFieldTypePlugin } from "~/types";
import { i18n } from "@webiny/app/i18n";
import { ReactComponent as DateTimeIcon } from "./icons/schedule-black-24px.svg";
Expand All @@ -24,16 +23,6 @@ const DateTimeSettings = () => {

return (
<>
<Grid>
<Cell span={12}>
<Bind name={"placeholderText"}>
<Input
label={t`Placeholder text`}
description={t`Placeholder text (optional)`}
/>
</Bind>
</Cell>
</Grid>
<Grid>
<Cell span={6}>
<Bind name={"settings.type"}>
Expand Down

0 comments on commit c824797

Please sign in to comment.