jett.admin.npmpackage 1.0.48 → 1.0.49

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.js CHANGED
@@ -769,7 +769,7 @@ var AppSideBar = ({
769
769
  CustomSelect,
770
770
  {
771
771
  heading: "",
772
- label: "Country",
772
+ label: "",
773
773
  value: selectedCountry,
774
774
  onChange: setSelectedCountry,
775
775
  options: countryOptions,
package/dist/index.mjs CHANGED
@@ -721,7 +721,7 @@ var AppSideBar = ({
721
721
  CustomSelect,
722
722
  {
723
723
  heading: "",
724
- label: "Country",
724
+ label: "",
725
725
  value: selectedCountry,
726
726
  onChange: setSelectedCountry,
727
727
  options: countryOptions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jett.admin.npmpackage",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {