@asdp/ferryui 0.1.22-dev.10424 → 0.1.22-dev.10530
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/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13316,7 +13316,9 @@ var CardVehicleOwnerForm = ({
|
|
|
13316
13316
|
}
|
|
13317
13317
|
const isLoadTypeOther = _loadTypeOptions.find(
|
|
13318
13318
|
(lt) => lt.value.toString() === String(watchLoadType)
|
|
13319
|
-
)?.label.startsWith(
|
|
13319
|
+
)?.label.startsWith(
|
|
13320
|
+
HARDCODED_NAME.LOAD_TYPE__LAINNYA
|
|
13321
|
+
);
|
|
13320
13322
|
const isIndustryTypeOther = industryOptions?.find(
|
|
13321
13323
|
(it) => it.value.toString() === String(watchIndustryType)
|
|
13322
13324
|
)?.label === HARDCODED_NAME.INDUSTRY_TYPE__LAINNYA;
|