Skip to content

Commit

Permalink
bug fixes #715
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-er committed Jun 28, 2024
1 parent cf1f02b commit 8bc320b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/backbone-views.js
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ var MapTabGeneralPanel = GeneralPropertiesParentView.extend({
var callback = function () {
$("#map-type").val(chiseInstance.getMapType());
var activeChiseId = appUtilities.networkIdsStack[appUtilities.networkIdsStack.length-1];
$('#' + appUtilities.getMapTypeDivId(activeChiseId)).text(appUtilities.getDisplayMapName(chiseInstance.getMapType()));
$('#' + appUtilities.getMapTypeDivId(activeChiseId)).text(appUtilities.getTabLabelName(chiseInstance.getMapType()));
};
// use active cy instance
var cy = appUtilities.getActiveCy();
Expand Down

0 comments on commit 8bc320b

Please sign in to comment.