File tree 2 files changed +2
-0
lines changed
plugins/data-manager/frontend/public
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 942
942
this . $store . dispatch ( 'countlyDataManager/loadSegmentsMap' ) ;
943
943
this . $store . dispatch ( 'countlyDataManager/loadValidations' ) ;
944
944
this . $store . dispatch ( 'countlyDataManager/loadInternalEvents' ) ;
945
+ this . $store . dispatch ( 'countlyDataManager/loadViews' ) ;
945
946
}
946
947
} ,
947
948
handleCreateCommand : function ( event , tab ) {
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ data-manager.transformation-type.tooltip = Transformation Type
187
187
data-manager.transformation-permanent-warning = Transformation is permanent, so modifying all the data cannot be reversed.
188
188
data-manager.select-events = Select Events
189
189
data-manager.select-events.tooltip = Select Events
190
+ data-manager.select-view = Select View
190
191
data-manager.regular-expression = Regular Expression
191
192
data-manager.regular-expression.tooltip = Regular Expression
192
193
data-manager.data-type = Data Type
You can’t perform that action at this time.
0 commit comments