mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
fix(frontend): fix navbar navigation for not deployed apps (#4033)
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
$: !initialized && resolvedPath && initSelection()
|
||||
|
||||
function getButtonProps(resolvedPath: string | undefined) {
|
||||
if (resolvedPath?.includes(appPath)) {
|
||||
if (appPath && resolvedPath?.includes(appPath)) {
|
||||
return {
|
||||
onClick: () => {
|
||||
output.result.set({ currentPath: resolvedPath ?? '' })
|
||||
|
||||
Reference in New Issue
Block a user