Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit b46940f

Browse files
committed
DEV: hide reset button
It resets it to default before the migration
1 parent 249aab1 commit b46940f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/stylesheets/common/ai-features.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@
178178
gap: var(--space-2);
179179
align-items: center;
180180
justify-content: center;
181+
182+
.setting-controls__undo {
183+
display: none;
184+
}
181185
}
182186

183187
h3 {

0 commit comments

Comments
 (0)