IO-1377 Vendor name consistency on drawer title.

This commit is contained in:
Patrick Fic
2022-01-24 16:07:08 -08:00
parent 7ddd29ca27
commit 4f3090c3bd

View File

@@ -32,7 +32,9 @@ export default function VendorsFormComponent({
return (
<div>
<PageHeader
title={form.getFieldValue("name")}
title={
<Form.Item shouldUpdate>{() => form.getFieldValue("name")}</Form.Item>
}
extra={
<Space>
<Form.Item