Fix frontend tests

This commit is contained in:
Ramon Wenger 2024-05-22 16:34:51 +02:00
parent 3533f776bd
commit 6364fc8374
2 changed files with 4 additions and 3 deletions

View File

@ -38,6 +38,7 @@ describe('Instruments on Module page', () => {
value: {
description:
'<p>Ein Interview dient dazu, durch Befragung Informationen zu ermitteln. Bei journalistischen Interviews werden oft Expertinnen und Experten befragt, aber auch Personen.</p>',
slug: 'interview',
},
},
],

View File

@ -58,9 +58,9 @@ export interface Props {
saved: boolean;
placeholder: string;
action: string;
readOnly: boolean;
spellcheck: boolean;
spellcheckLoading: boolean;
readOnly?: boolean;
spellcheck?: boolean;
spellcheckLoading?: boolean;
sharedMsg: string;
}