Browse Source

chore(gui): code formatting

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4917/head
Pranav C 1 year ago
parent
commit
9fc494d7d5
  1. 4
      packages/nc-gui/components/account/License.vue

4
packages/nc-gui/components/account/License.vue

@ -5,9 +5,9 @@ import { extractSdkResponseErrorMsg, useApi,useGlobal } from '#imports'
const { api, isLoading } = useApi()
const {$e} = useNuxtApp()
const { $e } = useNuxtApp()
const {loadAppInfo} = useGlobal()
const { loadAppInfo } = useGlobal()
let key = $ref('')

Loading…
Cancel
Save