@gisce/react-ooui 2.0.0-alpha.30 → 2.0.0-alpha.31

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gisce/react-ooui",
3
- "version": "2.0.0-alpha.30",
3
+ "version": "2.0.0-alpha.31",
4
4
  "engines": {
5
5
  "node": "20.5.0"
6
6
  },
@@ -182,7 +182,7 @@ function FormActionBar({ toolbar }: { toolbar: any }) {
182
182
  });
183
183
 
184
184
  if (newId) {
185
- await goToResourceId?.(newId);
185
+ await goToResourceId?.([newId]);
186
186
  }
187
187
  } catch (e) {
188
188
  showErrorDialog(JSON.stringify(e));