chore: bump deps for hoppscotch-common and hoppscotch-selfhost-web (#3575)
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
connectionState === 'CONNECTING'
|
||||
? t('action.connecting')
|
||||
: connectionState === 'DISCONNECTED'
|
||||
? t('action.connect')
|
||||
: t('action.disconnect')
|
||||
? t('action.connect')
|
||||
: t('action.disconnect')
|
||||
"
|
||||
:loading="connectionState === 'CONNECTING'"
|
||||
@click="toggleConnection"
|
||||
|
||||
Reference in New Issue
Block a user