on export if the value is not set to never. Otherwise the template variable will not be populated with any values.""
@@ -103,7 +103,7 @@ export class DashboardExporter {
templateizeDatasourceUsage(variable);
variable.options = [];
variable.current = {};
- variable.refresh = 1;
+ variable.refresh = variable.refresh > 0 ? variable.refresh : 1;
}