Skip to content

Commit

Permalink
Projection fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Sep 26, 2019
1 parent 183c8be commit 649cec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Squidex/app/shared/state/assets.state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class AssetsState extends State<Snapshot> {
this.project(x => x.tags);

public tagsSelected =
this.project(x => x.tags);
this.project(x => x.tagsSelected);

public tags =
this.projectFrom(this.tagsUnsorted, x => sort(x));
Expand Down

0 comments on commit 649cec5

Please sign in to comment.