Browse Source

chore(gui-v2): update comment

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
pull/2716/head
Braks 2 years ago committed by Pranav C
parent
commit
6d4c950102
  1. 2
      packages/nc-gui-v2/composables/useGlobalState.ts

2
packages/nc-gui-v2/composables/useGlobalState.ts

@ -20,8 +20,6 @@ const storageKey = 'nocodb-gui-v2'
*
* const token = $state.token.value
* const user = $state.user.value
*
* $state.value.token = null // unsets token - change is also written to localStorage
* ```
*/
export const useGlobalState = (): GlobalState => {

Loading…
Cancel
Save