diff --git a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/quick_start/components/OpenApiSource.jsx b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/quick_start/components/OpenApiSource.jsx index f6460c33e4..d99f0fb060 100644 --- a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/quick_start/components/OpenApiSource.jsx +++ b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/quick_start/components/OpenApiSource.jsx @@ -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") }) }