Skip to content

Commit e1ae66a

Browse files
committed
fix small bug with invisible prompt
1 parent f42b598 commit e1ae66a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addon/data-export.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2607,7 +2607,7 @@ class App extends React.Component {
26072607
h("em", {}, "\"All accounts created this month with their name and industry\"")
26082608
),
26092609
h("textarea", {
2610-
className: "ai-modal-input editor_textarea",
2610+
className: "ai-modal-input slds-textarea",
26112611
placeholder: "Ex: All accounts created this month with their name and industry",
26122612
value: this.state.aiDescription,
26132613
onChange: this.onAIDescriptionChange,

0 commit comments

Comments
 (0)