You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -171,7 +165,9 @@ export function ImportWorkflowModal(props: ImportWorkflowModalProps) {
171
165
<>
172
166
<EuiFlexItem>
173
167
<EuiCallOut
174
-
title={`The uploaded file is not compatible with the current data source version ${formatDisplayVersion(dataSourceVersion)}. Upload a compatible file or switch to another data source.`}
168
+
title={`The uploaded file is not compatible with the current data source version ${formatDisplayVersion(
169
+
dataSourceVersion
170
+
)}. Upload a compatible file or switch to another data source.`}
0 commit comments