Updates chakra-ui

This commit is contained in:
Jamie Curnow 2023-02-24 18:32:04 +10:00
parent ecbc55f318
commit 6cdfd9ebc1
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E
3 changed files with 746 additions and 724 deletions

View File

@ -3,9 +3,9 @@
"version": "3.0.0", "version": "3.0.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@chakra-ui/react": "^2.4.7", "@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.5", "@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.5", "@emotion/styled": "^11.10.6",
"@testing-library/jest-dom": "5.16.4", "@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0", "@testing-library/react": "13.3.0",
"@types/humps": "^2.0.2", "@types/humps": "^2.0.2",

View File

@ -81,7 +81,7 @@ function HostCreateModal({ isOpen, onClose }: HostCreateModalProps) {
{({ isSubmitting }) => ( {({ isSubmitting }) => (
<Form> <Form>
<ModalHeader> <ModalHeader>
{intl.formatMessage({ id: "certificate-authority.create" })} {intl.formatMessage({ id: "host.create" })}
</ModalHeader> </ModalHeader>
<ModalCloseButton /> <ModalCloseButton />
<ModalBody> <ModalBody>

File diff suppressed because it is too large Load Diff