ciyidogan commited on
Commit
b6b8282
·
verified ·
1 Parent(s): ab528ef

Update flare-ui/src/app/dialogs/api-edit-dialog/api-edit-dialog.component.html

Browse files
flare-ui/src/app/dialogs/api-edit-dialog/api-edit-dialog.component.html CHANGED
@@ -191,9 +191,7 @@
191
  </button>
192
  </div>
193
 
194
- <p class="info-text">
195
- Extract values from API response and save them as variables for use in subsequent intents.
196
- </p>
197
 
198
  @if (responseMappings.length === 0) {
199
  <p class="empty-message">No response mappings configured.</p>
 
191
  </button>
192
  </div>
193
 
194
+ <mat-hint>Extract values from API response and save them as variables for use in subsequent intents</mat-hint>
 
 
195
 
196
  @if (responseMappings.length === 0) {
197
  <p class="empty-message">No response mappings configured.</p>