feat: disable inputs in realtime and graphql connections when active (#1870)

This commit is contained in:
Akash Hamirwasia
2021-10-12 21:19:29 +05:30
committed by GitHub
parent b8ffa872c7
commit b7ccb9a34c
5 changed files with 13 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
spellcheck="false"
:class="{ error: !urlValid }"
:placeholder="$t('websocket.url')"
:disabled="connectionState"
@keyup.enter="urlValid ? toggleConnection() : null"
/>
<ButtonPrimary