Skip to content
Snippets Groups Projects
Unverified Commit 7ff8a70c authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

start using the data app when clicking on an app in the nav (#25729)

parent 7b16e0d4
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ function SidebarDataAppLink({
hovered: isHovered,
isSelected,
}: Props & DroppableProps) {
const url = Urls.dataApp(dataApp, { mode: "preview" });
const url = Urls.dataApp(dataApp, { mode: "app-url" });
return (
<DataAppLink
url={url}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment