chore: bump deps for hoppscotch-common and hoppscotch-selfhost-web (#3575)

This commit is contained in:
Akash K
2023-12-05 17:33:25 +05:30
committed by GitHub
parent ed2a461dc5
commit 95754cb2b4
15 changed files with 3042 additions and 3282 deletions

View File

@@ -137,8 +137,8 @@
!currentUser
? `${t('export.require_github')}`
: currentUser.provider !== 'github.com'
? `${t('export.require_github')}`
: undefined
? `${t('export.require_github')}`
: undefined
"
class="flex"
>
@@ -147,8 +147,8 @@
!currentUser
? true
: currentUser.provider !== 'github.com'
? true
: false
? true
: false
"
:icon="IconGithub"
:loading="creatingGistCollection"

View File

@@ -38,8 +38,8 @@
!currentUser
? `${t('export.require_github')}`
: currentUser.provider !== 'github.com'
? `${t('export.require_github')}`
: undefined
? `${t('export.require_github')}`
: undefined
"
>
<HoppSmartItem
@@ -47,8 +47,8 @@
!currentUser
? true
: currentUser.provider !== 'github.com'
? true
: false
? true
: false
"
:icon="IconGithub"
:label="t('export.create_secret_gist')"

View File

@@ -42,8 +42,8 @@
!currentUser
? `${t('export.require_github')}`
: currentUser.provider !== 'github.com'
? `${t('export.require_github')}`
: undefined
? `${t('export.require_github')}`
: undefined
"
>
<HoppSmartItem
@@ -51,8 +51,8 @@
!currentUser
? true
: currentUser.provider !== 'github.com'
? true
: false
? true
: false
"
:icon="IconGithub"
:label="t('export.create_secret_gist')"