feat: disable inputs in realtime and graphql connections when active (#1870)
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
spellcheck="false"
|
||||
:class="{ error: !urlValid }"
|
||||
:placeholder="$t('websocket.url')"
|
||||
:disabled="connectionState"
|
||||
@keyup.enter="urlValid ? toggleConnection() : null"
|
||||
/>
|
||||
<ButtonPrimary
|
||||
|
||||
Reference in New Issue
Block a user