Skip to content

Commit

Permalink
Deploy latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
egon-development committed Apr 29, 2024
1 parent c88fc8a commit 50f5669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-latest-build/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9199,7 +9199,7 @@ class ImportDomainStoryService {
if (!this.importRepairService.checkForUnreferencedElementsInActivitiesAndRepair(elements)) {
this.showBrokenImportDialog(isSVG ? 'SVG' : 'DST');
}
this.titleService.updateTitleAndDescription(null, lastElement.info, false);
this.titleService.updateTitleAndDescription(this.title, lastElement.info, false);
this.importRepairService.adjustPositions(elements);
this.updateIconRegistries(elements, config);
this.rendererService.importStory(elements, configChanged, config);
Expand Down
2 changes: 1 addition & 1 deletion app-latest-build/main.js.map

Large diffs are not rendered by default.

0 comments on commit 50f5669

Please sign in to comment.