versacall-dashboards-library-react 2.0.21 → 2.0.22

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.
@@ -239,6 +239,7 @@ class DashboardsCellContent extends _react.Component {
239
239
  xs: 8,
240
240
  item: true
241
241
  }, /*#__PURE__*/_react.default.createElement(_TextField.default, {
242
+ id: "url",
242
243
  variant: "outlined",
243
244
  value: value.url,
244
245
  label: intl.formatMessage({
@@ -327,6 +327,10 @@ class DashboardsMainFreehand extends _react.Component {
327
327
  if (newCell.content.type === 'widget') {
328
328
  newCell.content.properties = JSON.parse(replaceText(JSON.stringify(newCell.content.properties), variablesProcessed).text);
329
329
  }
330
+
331
+ if (newCell.content.type === 'url') {
332
+ newCell.content.url = replaceText(newCell.content.url, variablesProcessed, false).text;
333
+ }
330
334
  }
331
335
 
332
336
  return newCell;
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "versacall": {
3
3
  "title": "Versacall Dashboards Library React",
4
4
  "applicationType": "react-library",
5
- "build": 21
5
+ "build": 22
6
6
  },
7
7
  "name": "versacall-dashboards-library-react",
8
- "version": "2.0.21",
8
+ "version": "2.0.22",
9
9
  "description": "Versacall Dashboards Library",
10
10
  "main": "dist/index.js",
11
11
  "module": "dist/index.js",