@topconsultnpm/sdkui-react 6.21.0-dev1.32 → 6.21.0-dev1.33

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.
@@ -53,6 +53,8 @@ const TMSearch = ({ allTasks = [], getAllTasks, deleteTaskByIdsCallback, addTask
53
53
  if (inputSqdID) {
54
54
  SavedQueryCacheService.GetAsync(inputSqdID).then(async (resultSqd) => {
55
55
  await setSQDAsync(resultSqd);
56
+ // Mostra la vista Search per visualizzare i filtri della SavedQuery caricata
57
+ setCurrentSearchView(TMSearchViews.Search);
56
58
  });
57
59
  }
58
60
  }, [inputSqdID]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react",
3
- "version": "6.21.0-dev1.32",
3
+ "version": "6.21.0-dev1.33",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",