diff --git a/components/konstitisyon/edit/handle-edit.js b/components/konstitisyon/edit/handle-edit.js index 77ec929..b6c1309 100644 --- a/components/konstitisyon/edit/handle-edit.js +++ b/components/konstitisyon/edit/handle-edit.js @@ -5,6 +5,7 @@ import {useRef} from 'react' import FormHandler from '../form-handler.js' import {formatFormContent} from '@/lib/format.js' import {createVersion} from '@/lib/directus.js' +import LogoutCountdown from '@/components/session/logout-countdown.js' export default function HandleEdit({ id, @@ -45,37 +46,43 @@ export default function HandleEdit({ if (collection === 'titres') { return ( - + <> + + + ) } if (collection === 'articles') { return ( - + <> + + + ) } }