fix: inventory adjustment form loading button state.

This commit is contained in:
a.bouhuolia
2021-08-03 14:49:21 +02:00
parent aab56662a5
commit 0783fb26f2
4 changed files with 15 additions and 10 deletions

View File

@@ -90,6 +90,7 @@ function EstimateFormHeader({
form.setFieldValue('customer_id', customer.id);
}}
popoverFill={true}
intent={inputIntent({ error, touched })}
/>
</FormGroup>
)}