@topconsultnpm/sdkui-react 6.21.0-dev3.38 → 6.21.0-dev3.39

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.
@@ -593,6 +593,7 @@ const TMLoginForm = (props) => {
593
593
  return;
594
594
  setEndpoint(ra.endpoint);
595
595
  setDcmtArchive(ra.archive);
596
+ setManualArchiveID(ra.archive?.id ?? '');
596
597
  setAuthMode(ra.authenticationMode);
597
598
  setUsername(ra.username);
598
599
  setAuthDomain(ra.domain.length > 0 ? ra.domain : ra.domainAlternative);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react",
3
- "version": "6.21.0-dev3.38",
3
+ "version": "6.21.0-dev3.39",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",