mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
🐞 Wrong title was displayed
This commit is contained in:
parent
3a75fea830
commit
a84039aef2
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue