diff options
Diffstat (limited to 'src/components/editors/brand-editor.js')
-rw-r--r-- | src/components/editors/brand-editor.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/editors/brand-editor.js b/src/components/editors/brand-editor.js index 26f4cca..64950ec 100644 --- a/src/components/editors/brand-editor.js +++ b/src/components/editors/brand-editor.js @@ -27,6 +27,7 @@ const BrandEditor = (props) => { e.preventDefault(); const brand = new Brand(); + brand.Id = props.brand.Id; brand.Name = name; props.editing |