Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitakinger committed Dec 20, 2024
1 parent 72b1f9a commit ee5bc17
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ function QueryDebuggerTabs({
<DatasourceTab
currentActionId={currentActionConfig.id}
datasourceId={currentActionConfig.datasource.id || ""}
datasourceName={datasource?.name || ""}
datasourceName={
datasource?.name || currentActionConfig.datasource.name || ""
}
/>
),
});
Expand Down

0 comments on commit ee5bc17

Please sign in to comment.