muba-posting 5.0.11 → 5.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Publish2.js +1 -1
- package/Publish2b.js +1 -1
- package/package.json +1 -1
package/Publish2.js
CHANGED
|
@@ -29,7 +29,7 @@ export default class Publish2 extends React.Component {
|
|
|
29
29
|
if (await this.validateLocation()) {
|
|
30
30
|
const responseCheckZone = await this.props.request(this.props.context, GET_CHECK_ZONE, {
|
|
31
31
|
businessId: this.props.postingAd.businessId,
|
|
32
|
-
townId: this.props.postingAd.
|
|
32
|
+
townId: this.props.postingAd.city
|
|
33
33
|
});
|
|
34
34
|
|
|
35
35
|
if (responseCheckZone.value === 'true') {
|
package/Publish2b.js
CHANGED
|
@@ -220,7 +220,7 @@ export default class Publish2b extends React.Component {
|
|
|
220
220
|
if (this.validateForm()) {
|
|
221
221
|
const responseCheckZone = await this.props.request(this.props.context, GET_CHECK_ZONE, {
|
|
222
222
|
businessId: this.props.postingAd.businessId,
|
|
223
|
-
townId: this.props.postingAd.
|
|
223
|
+
townId: this.props.postingAd.city
|
|
224
224
|
});
|
|
225
225
|
|
|
226
226
|
if (responseCheckZone.value === 'true') {
|