Make api name editable and add expiry (#6473)
Fixes #6302 --------- Co-authored-by: martmull <martmull@hotmail.fr>
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
import { createState } from 'twenty-ui';
|
||||
|
||||
export const apiKeyTokenState = createState<string | null>({
|
||||
key: 'apiKeyTokenState',
|
||||
defaultValue: null,
|
||||
});
|
||||
Reference in New Issue
Block a user