mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 14:55:44 +00:00
chore(FE): Remove unused variables and imports across components
This commit is contained in:
+1
-8
@@ -178,14 +178,7 @@ const ProductionStandardForm = ({
|
||||
const router = useRouter();
|
||||
|
||||
// ===== Store =====
|
||||
const {
|
||||
formData,
|
||||
setFormData,
|
||||
addDetail,
|
||||
updateDetail,
|
||||
deleteDetail,
|
||||
clearCache,
|
||||
} = useFormStore();
|
||||
const { formData, setFormData, clearCache } = useFormStore();
|
||||
|
||||
// ===== Formik =====
|
||||
// Initial values - only recalculate when initialValue changes (for edit/detail mode)
|
||||
|
||||
Reference in New Issue
Block a user