1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-10-16 20:17:25 +00:00

🐞 Wrong title was displayed

This commit is contained in:
@uni-chiara 2021-05-25 18:28:32 +02:00
parent 3a75fea830
commit a84039aef2

View file

@ -29,7 +29,7 @@ export default function BoxAlertCreate(
const strings = useStrings()
return (
<BoxFull header={strings.createRepo} {...props}>
<BoxFull header={strings.createAlert} {...props}>
<FormLabelled
onSubmit={e => {
e.preventDefault()