File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1433,6 +1433,7 @@ watch(selectedMetric, value => {
14331433 v-if =" showFacetSelector"
14341434 id =" trends-metric-select"
14351435 v-model =" selectedMetric"
1436+ :disabled =" activeMetricState.pending"
14361437 :items =" METRICS.map(m => ({ label: m.label, value: m.id }))"
14371438 :label =" $t('package.trends.facet')"
14381439 />
@@ -1466,7 +1467,6 @@ watch(selectedMetric, value => {
14661467 <InputBase
14671468 id =" startDate"
14681469 v-model =" startDate"
1469- :disabled =" activeMetricState.pending"
14701470 type =" date"
14711471 class =" w-full min-w-0 bg-transparent ps-7"
14721472 size =" medium"
@@ -1486,7 +1486,6 @@ watch(selectedMetric, value => {
14861486 <InputBase
14871487 id =" endDate"
14881488 v-model =" endDate"
1489- :disabled =" activeMetricState.pending"
14901489 type =" date"
14911490 class =" w-full min-w-0 bg-transparent ps-7"
14921491 size =" medium"
You can’t perform that action at this time.
0 commit comments