Unmock placeholder
This commit is contained in:
parent
5af85e5157
commit
331ab84440
3 changed files with 9 additions and 4 deletions
|
@ -5446,6 +5446,9 @@
|
|||
"src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_1325966144": {
|
||||
"string": "Shipping"
|
||||
},
|
||||
"src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_1470703814": {
|
||||
"string": "Description of a shipping zone."
|
||||
},
|
||||
"src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_2364051773": {
|
||||
"string": "Currently, there are no countries assigned to this shipping zone"
|
||||
},
|
||||
|
|
|
@ -257,7 +257,9 @@ const ShippingZoneDetailsPage: React.FC<ShippingZoneDetailsPageProps> = ({
|
|||
disabled={loading || disabled}
|
||||
fullWidth
|
||||
multiline
|
||||
placeholder={"placeholder"}
|
||||
placeholder={intl.formatMessage({
|
||||
defaultMessage: "Description of a shipping zone."
|
||||
})}
|
||||
rows={10}
|
||||
/>
|
||||
</Grid>
|
||||
|
|
|
@ -209457,7 +209457,7 @@ exports[`Storyshots Views / Shipping / Shipping zone details default 1`] = `
|
|||
class="MuiInputBase-input-id MuiOutlinedInput-input-id MuiInputBase-inputMultiline-id MuiOutlinedInput-inputMultiline-id"
|
||||
maxlength="300"
|
||||
name="description"
|
||||
placeholder="placeholder"
|
||||
placeholder="Description of a shipping zone."
|
||||
rows="10"
|
||||
>
|
||||
Shipping zone description
|
||||
|
@ -210423,7 +210423,7 @@ exports[`Storyshots Views / Shipping / Shipping zone details form errors 1`] = `
|
|||
class="MuiInputBase-input-id MuiOutlinedInput-input-id MuiInputBase-inputMultiline-id MuiOutlinedInput-inputMultiline-id"
|
||||
maxlength="300"
|
||||
name="description"
|
||||
placeholder="placeholder"
|
||||
placeholder="Description of a shipping zone."
|
||||
rows="10"
|
||||
>
|
||||
Shipping zone description
|
||||
|
@ -211164,7 +211164,7 @@ exports[`Storyshots Views / Shipping / Shipping zone details loading 1`] = `
|
|||
disabled=""
|
||||
maxlength="300"
|
||||
name="description"
|
||||
placeholder="placeholder"
|
||||
placeholder="Description of a shipping zone."
|
||||
rows="10"
|
||||
/>
|
||||
<fieldset
|
||||
|
|
Loading…
Reference in a new issue