We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1991c7d commit f4b8bbfCopy full SHA for f4b8bbf
packages/manager/apps/pci-project/src/pages/creation/steps/ConfigStep.tsx
@@ -31,7 +31,7 @@ export default function ConfigStep({
31
form,
32
setForm,
33
}: ConfigStepProps) {
34
- const { t } = useTranslation(['new/config', 'NAMESPACES.FORM']);
+ const { t } = useTranslation(['new/config', NAMESPACES.FORM]);
35
36
const { cartId } = cart;
37
0 commit comments