LT-275: Prevent route change on label selection

This commit is contained in:
Bruno Alves de Faria 2016-10-24 12:31:03 +01:00 committed by Erik Ziegler
parent 3f0b9482d1
commit 31bce34dd6

View File

@ -103,7 +103,7 @@ Template.measureFlow.events({
hideCommon: instance.data.hideCommon, hideCommon: instance.data.hideCommon,
label: 'Assign label', label: 'Assign label',
searchPlaceholder: 'Search labels', searchPlaceholder: 'Search labels',
storageKey: 'measureLabelCommon', // storageKey: 'measureLabelCommon',
threeColumns: instance.data.threeColumns, threeColumns: instance.data.threeColumns,
position position
}; };