@realtek/core-theme 0.0.73 → 0.0.74
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-lib/index.cjs +1 -1
- package/dist-lib/index.cjs.map +1 -1
- package/dist-lib/index.js +2 -1
- package/dist-lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist-lib/index.js
CHANGED
|
@@ -30017,7 +30017,8 @@ var sw = {
|
|
|
30017
30017
|
label: "Hiring stage",
|
|
30018
30018
|
type: "select",
|
|
30019
30019
|
required: !0,
|
|
30020
|
-
fetchOptionsKey: "hiringStages"
|
|
30020
|
+
fetchOptionsKey: "hiringStages",
|
|
30021
|
+
initialValueKey: "hiringStage"
|
|
30021
30022
|
}]
|
|
30022
30023
|
}, lw = {
|
|
30023
30024
|
searchOptions: async (e, t) => e.searchFetchKey === "tagToJobJobList" ? Em(t) : [],
|