File tree 1 file changed +3
-0
lines changed
src/routes/klageskjema/begrunnelse
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ import klageStore from '../../../klage/klage-store';
29
29
import { login } from '../../../user/login' ;
30
30
import { LoginButton } from '../../../styled-components/login-button' ;
31
31
import AutosaveProgressIndicator , { AutosaveStatus } from './autosave-progress' ;
32
+ import { useLogPageView } from '../../../logging/use-log-page-view' ;
33
+ import { PageIdentifier } from '../../../logging/amplitude' ;
32
34
33
35
interface UploadError {
34
36
timestamp : ISODateTime ;
@@ -45,6 +47,7 @@ interface Props {
45
47
const Begrunnelse = ( { klage } : Props ) => {
46
48
const history = useHistory ( ) ;
47
49
const { setKlage } = useContext ( AppContext ) ;
50
+ useLogPageView ( PageIdentifier . KLAGESKJEMA_BEGRUNNElSE ) ;
48
51
49
52
const [ loading , setIsLoading ] = useState < boolean > ( false ) ;
50
53
const [ fritekst , setFritekst ] = useState < string > ( klage . fritekst ) ;
You can’t perform that action at this time.
0 commit comments