Raphaël Bosi
2025-06-11 18:29:03 +02:00
committed by GitHub
parent 3d3543e441
commit 17fb47f97c
2 changed files with 22 additions and 6 deletions

View File

@ -1,4 +1,5 @@
import { createState } from 'twenty-ui/utilities';
export const viewableRecordIdState = createState<string | null>({
key: 'activities/viewable-record-id',
defaultValue: null,