We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6f2c2 commit 8d039cdCopy full SHA for 8d039cd
packages/app-frontend/src/features/components/ComponentsInspector.vue
@@ -63,8 +63,6 @@ export default defineComponent({
63
loadComponent(selectedComponentId.value)
64
}
65
66
- const refreshDisabled = computed(() => !selectedComponentId.value)
67
-
68
// Scroller
69
70
const treeScroller = ref()
@@ -78,7 +76,6 @@ export default defineComponent({
78
76
startPickingComponent,
79
77
stopPickingComponent,
80
refresh,
81
- refreshDisabled,
82
treeScroller
83
84
@@ -170,7 +167,6 @@ export default defineComponent({
170
167
171
168
<VueButton
172
169
v-tooltip="'Force refresh'"
173
- :disabled="refreshDisabled"
174
class="icon-button flat"
175
icon-left="refresh"
176
@click="refresh()"
0 commit comments