We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2fb444 commit d15b415Copy full SHA for d15b415
site/src/pages/GroupsPage/SettingsGroupPageView.tsx
@@ -14,6 +14,7 @@ import { FullScreenLoader } from "components/Loader/FullScreenLoader"
14
import { Margins } from "components/Margins/Margins"
15
import { useFormik } from "formik"
16
import React, { useRef, useState } from "react"
17
+import { useTranslation } from "react-i18next"
18
import { colors } from "theme/colors"
19
import { getFormHelpers, nameValidator, onChangeTrimmed } from "util/formUtils"
20
import * as Yup from "yup"
0 commit comments