mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Form-related fixes, improvements and refactoring (#4283)
* Fix another validateDOMNesting error * Fix React.forwardRef error * Fix encoding_image intl message * Return null instead of undefined from RatingSystem * DurationInput tweaks * DateInput tweaks, remove unused utils functions * Refactor and deduplicate edit form rendering * Improve/fix yup validation
This commit is contained in:
@@ -5,7 +5,7 @@ import { useToast } from "src/hooks/Toast";
|
||||
import { useIntl } from "react-intl";
|
||||
import { faSignOutAlt } from "@fortawesome/free-solid-svg-icons";
|
||||
import { Col, Form, Row } from "react-bootstrap";
|
||||
import FormUtils from "src/utils/form";
|
||||
import * as FormUtils from "src/utils/form";
|
||||
import { mutateSceneAssignFile } from "src/core/StashService";
|
||||
|
||||
interface IFile {
|
||||
|
||||
Reference in New Issue
Block a user