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": {
|
"src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_1325966144": {
|
||||||
"string": "Shipping"
|
"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": {
|
"src_dot_shipping_dot_components_dot_ShippingZoneDetailsPage_dot_2364051773": {
|
||||||
"string": "Currently, there are no countries assigned to this shipping zone"
|
"string": "Currently, there are no countries assigned to this shipping zone"
|
||||||
},
|
},
|
||||||
|
|
|
@ -257,7 +257,9 @@ const ShippingZoneDetailsPage: React.FC<ShippingZoneDetailsPageProps> = ({
|
||||||
disabled={loading || disabled}
|
disabled={loading || disabled}
|
||||||
fullWidth
|
fullWidth
|
||||||
multiline
|
multiline
|
||||||
placeholder={"placeholder"}
|
placeholder={intl.formatMessage({
|
||||||
|
defaultMessage: "Description of a shipping zone."
|
||||||
|
})}
|
||||||
rows={10}
|
rows={10}
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</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"
|
class="MuiInputBase-input-id MuiOutlinedInput-input-id MuiInputBase-inputMultiline-id MuiOutlinedInput-inputMultiline-id"
|
||||||
maxlength="300"
|
maxlength="300"
|
||||||
name="description"
|
name="description"
|
||||||
placeholder="placeholder"
|
placeholder="Description of a shipping zone."
|
||||||
rows="10"
|
rows="10"
|
||||||
>
|
>
|
||||||
Shipping zone description
|
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"
|
class="MuiInputBase-input-id MuiOutlinedInput-input-id MuiInputBase-inputMultiline-id MuiOutlinedInput-inputMultiline-id"
|
||||||
maxlength="300"
|
maxlength="300"
|
||||||
name="description"
|
name="description"
|
||||||
placeholder="placeholder"
|
placeholder="Description of a shipping zone."
|
||||||
rows="10"
|
rows="10"
|
||||||
>
|
>
|
||||||
Shipping zone description
|
Shipping zone description
|
||||||
|
@ -211164,7 +211164,7 @@ exports[`Storyshots Views / Shipping / Shipping zone details loading 1`] = `
|
||||||
disabled=""
|
disabled=""
|
||||||
maxlength="300"
|
maxlength="300"
|
||||||
name="description"
|
name="description"
|
||||||
placeholder="placeholder"
|
placeholder="Description of a shipping zone."
|
||||||
rows="10"
|
rows="10"
|
||||||
/>
|
/>
|
||||||
<fieldset
|
<fieldset
|
||||||
|
|
Loading…
Reference in a new issue