Skip to content

Commit 5797b53

Browse files
committed
fix: close button now hides settings modal
1 parent 0fc6da6 commit 5797b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/HomeView/components/ConnectionsController.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ onUnmounted(() => {
384384
<Button @click="handleResetConnections" type="text" class="mr-auto">
385385
{{ t('common.reset') }}
386386
</Button>
387-
<Button type="text">{{ t('common.close') }}</Button>
387+
<Button @click="showSettings = false" type="text">{{ t('common.close') }}</Button>
388388
</div>
389389
</Modal>
390390
</template>

0 commit comments

Comments
 (0)