Fix tests

This commit is contained in:
Pieter Vander Vennet 2021-10-06 02:36:58 +02:00
parent f05a7d239e
commit 5628be3632
4 changed files with 23 additions and 7 deletions

View file

@ -31,7 +31,11 @@ export class ImageUploadFlow extends Toggle {
console.log("Adding image:" + key, url);
Promise.resolve(State.state.changes
.applyAction(new ChangeTagAction(
tags.id, new Tag(key, url), tagsSource.data
tags.id, new Tag(key, url), tagsSource.data,
{
changeType: "add-image",
theme: State.state.layoutToUse.id
}
)))
})