We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42b598 commit e1ae66aCopy full SHA for e1ae66a
1 file changed
addon/data-export.js
@@ -2607,7 +2607,7 @@ class App extends React.Component {
2607
h("em", {}, "\"All accounts created this month with their name and industry\"")
2608
),
2609
h("textarea", {
2610
- className: "ai-modal-input editor_textarea",
+ className: "ai-modal-input slds-textarea",
2611
placeholder: "Ex: All accounts created this month with their name and industry",
2612
value: this.state.aiDescription,
2613
onChange: this.onAIDescriptionChange,
0 commit comments