update as in the transaction api
This commit is contained in:
parent
ae458c3fca
commit
4912d319ff
4 changed files with 21 additions and 15 deletions
|
|
@ -248,7 +248,7 @@ export default function GrainTransaction(props: Props) {
|
|||
grainTransaction.subtype = obj.subtype();
|
||||
}
|
||||
}
|
||||
transactionAPI.addTransaction(newTransaction, imageIDs).then(resp => {
|
||||
transactionAPI.addTransaction(newTransaction, imageIDs, as).then(resp => {
|
||||
newTransaction.key = resp.data.key;
|
||||
closeDialogs(true, newTransaction);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue