Skip to content

Commit

Permalink
remove variante read/write button from standalone env (#364)
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Greiner <greiner.louis@gmail.com>
  • Loading branch information
louisgreiner authored Nov 28, 2024
1 parent b275b51 commit 1f28a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/view/editor-menu/editor-menu.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="editorMenuGripLayout">
<div class="NodeNetzgrafikVariante">
<div class="NodeNetzgrafikVariante" *ngIf="!disableBackend">
<div class="LabelNetzgrafik">
<div class="LabelNetzgrafikVariante" title="{{ label$ | async }}">
{{ label$ | async }}
Expand Down

0 comments on commit 1f28a51

Please sign in to comment.