mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-11 00:06:06 +00:00
fix: jobLoader for flowstatusviewerinner work with public apps
This commit is contained in:
@@ -912,7 +912,7 @@
|
||||
let selected = $derived(isListJob ? 'sequence' : 'graph')
|
||||
</script>
|
||||
|
||||
<JobLoader noCode noLogs bind:this={jobLoader} />
|
||||
<JobLoader workspaceOverride={workspaceId} noCode noLogs bind:this={jobLoader} />
|
||||
{#if notAnonynmous}
|
||||
<Alert type="error" title="Required Auth">
|
||||
As a non logged in user, you can only see jobs ran by anonymous users like you
|
||||
|
||||
Reference in New Issue
Block a user