Skip to content
Snippets Groups Projects
Commit 125ed8b3 authored by Tom Robinson's avatar Tom Robinson
Browse files

Move StandardForm error message to correct side of footer

parent 4624ab05
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ const StandardForm = ({
</div>
<div className={cx("flex", { "Form-offset": !newForm })}>
<div className="ml-auto flex align-center">
{error && <FormMessage message={error} formError />}
{onClose && (
<Button
type="button"
......@@ -76,7 +77,6 @@ const StandardForm = ({
{t`Reset`}
</Button>
)}
{error && <FormMessage message={error} formError />}
</div>
</div>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment