Skip to content

Commit 5eec1d4

Browse files
Laura DevendorfLaura Devendorf
authored andcommitted
disabled ml mode on draftviewer
1 parent 79e3814 commit 5eec1d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/core/sidebar/sidebar.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,14 @@
178178
[class.is-active] = "actions_modal && actions_modal.componentInstance != null"
179179
(click)='openActions()'><i class="fas fa-magic"></i></button>
180180

181-
<button
181+
<!-- <button
182182
mat-icon-button
183183
matTooltip="Design with ML"
184184
(click)="engageMLMode()">
185185
<i class="fas fa-robot"></i>
186186
</button>
187187
188-
188+
-->
189189

190190

191191
<!-- <button

0 commit comments

Comments
 (0)