Browse Source

Projection fixed.

pull/421/head 3.4.0
Sebastian 6 years ago
parent
commit
649cec5116
  1. 2
      src/Squidex/app/shared/state/assets.state.ts

2
src/Squidex/app/shared/state/assets.state.ts

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

Loading…
Cancel
Save