@visns-studio/visns-components 5.0.24 → 5.0.25

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/package.json CHANGED
@@ -77,7 +77,7 @@
77
77
  "react-dom": "^17.0.0 || ^18.0.0"
78
78
  },
79
79
  "name": "@visns-studio/visns-components",
80
- "version": "5.0.24",
80
+ "version": "5.0.25",
81
81
  "description": "Various packages to assist in the development of our Custom Applications.",
82
82
  "main": "src/index.js",
83
83
  "files": [
@@ -391,6 +391,7 @@ const DataGrid = forwardRef(
391
391
  case 'envelope':
392
392
  case 'file':
393
393
  case 'image':
394
+ case 'undo':
394
395
  CustomFetch(s.url, 'POST', { id: d[s.key] }, (result) => {
395
396
  toast.success(result.message);
396
397
  });
@@ -1144,6 +1145,8 @@ const DataGrid = forwardRef(
1144
1145
  return getIconComponent(SoundOn);
1145
1146
  case 'ssa':
1146
1147
  return getIconComponent(Clock);
1148
+ case 'undo':
1149
+ return getIconComponent(ArrowCounterClockwise);
1147
1150
  case 'update':
1148
1151
  return getIconComponent(Edit);
1149
1152
  default: