Skip to content

Commit

Permalink
Merge pull request #472 from openchatai/drag-and-drop-swagger-files
Browse files Browse the repository at this point in the history
Drag & drop any swagger file for bulk actions import
  • Loading branch information
gharbat authored Dec 28, 2023
2 parents 4341077 + 3988c4f commit de5138c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/components/domain/new-flows-editor/Renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export function FlowRenderer() {
</SwaggerDnd>
<div className='px-4 py-3 border-t bg-accent'>
<h2 className='text-xs text-start font-medium'>
<AlertCircle size={14} className='inline-block me-0.5'/>Drag and Drop Swagger file to extract actions from
<AlertCircle size={14} className='inline-block me-0.5'/> Drag & drop any swagger file for bulk actions import
</h2>
</div>
</aside>
Expand Down

0 comments on commit de5138c

Please sign in to comment.