Skip to content

Commit

Permalink
Fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aktoboy committed Apr 4, 2024
1 parent c5b7096 commit 065ca3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function OpenApiSource() {
setShowImportDetailsModal(false)
setUploadObj({})
api.ingestSwagger(uploadId, importType).then(resp => {
setToast(true, false, "File import has begun, refresh inventory page to view the imported APIs")
func.setToast(true, false, "File import has begun, refresh inventory page to view the imported APIs")
})
}

Expand Down

0 comments on commit 065ca3b

Please sign in to comment.