Skip to content
Snippets Groups Projects

Fix: UIv2 Migration Fixes for internal Code

Merged Hanna Führ requested to merge Issue/2106-UIv2MigrationFixesInternalCode into dev
Files
17
@@ -538,7 +538,7 @@ export default defineComponent({
if (this.projectForm.organizations) {
for (const org of this.projectForm.organizations) {
if (org.url) {
const result = await this.projectStore.retrieveOrganizationByURL(
const result = await this.projectStore.getOrganizationByURL(
org.url
);
if (result) {
Loading