@bigbinary/neeto-team-members-frontend 3.0.2 → 3.0.3

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.
@@ -93,7 +93,7 @@
93
93
  "neeto_": "neeto{{product, anyCase}}",
94
94
  "roleNotFound_one": "There are no role to show",
95
95
  "roleNotFound_other": "There are no roles to show",
96
- "upgradeToProPlan": "Upgrade the above added members to the PRO plan"
96
+ "upgradeToProPlan": "Upgrade the above added members to the PRO"
97
97
  },
98
98
  "placeholders": {
99
99
  "email": "Please enter the email addresses",
package/dist/index.cjs.js CHANGED
@@ -6482,6 +6482,7 @@ var useTeams = function useTeams(_ref) {
6482
6482
  active: ramda.pluck("active", rowData),
6483
6483
  displayNames: ramda.pluck("displayName", rowData),
6484
6484
  emails: ramda.pluck("email", rowData),
6485
+ subscriptionPlans: ramda.pluck("subscriptionPlan", rowData),
6485
6486
  keys: keys
6486
6487
  };
6487
6488
  setSelectedRows(_objectSpread$5({}, rows));