Skip to content
Snippets Groups Projects

feat(orientation): Remove the structure buttons when in orientation

Merged Pierre Ecarlat requested to merge feat/orientation/remove-list-buttons-structure into dev
3 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -72,6 +72,7 @@ export class CardComponent implements OnInit {
id: this.structure._id,
...(queryString && { search: queryString }),
},
state: { isOrientation: this.isOrientation },
});
} else {
this.selectedStructure.emit(this.structure);
Loading