update as in the transaction api

This commit is contained in:
csawatzky 2025-04-21 15:10:18 -06:00
parent ae458c3fca
commit 4912d319ff
4 changed files with 21 additions and 15 deletions

View file

@ -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);
});