Skip to content

Commit 8d039cd

Browse files
committed
fix(components): remove force refresh disabled state
1 parent 7a6f2c2 commit 8d039cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/app-frontend/src/features/components/ComponentsInspector.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ export default defineComponent({
6363
loadComponent(selectedComponentId.value)
6464
}
6565
66-
const refreshDisabled = computed(() => !selectedComponentId.value)
67-
6866
// Scroller
6967
7068
const treeScroller = ref()
@@ -78,7 +76,6 @@ export default defineComponent({
7876
startPickingComponent,
7977
stopPickingComponent,
8078
refresh,
81-
refreshDisabled,
8279
treeScroller
8380
}
8481
}
@@ -170,7 +167,6 @@ export default defineComponent({
170167

171168
<VueButton
172169
v-tooltip="'Force refresh'"
173-
:disabled="refreshDisabled"
174170
class="icon-button flat"
175171
icon-left="refresh"
176172
@click="refresh()"

0 commit comments

Comments
 (0)