mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 00:05:27 +00:00
fix bug with maxTs
This commit is contained in:
@@ -382,7 +382,7 @@ export function useJobsLoader(args: () => UseJobLoaderArgs) {
|
||||
}
|
||||
|
||||
const { minTs, maxTs } = timeframe?.computeMinMax() ?? { minTs: null, maxTs: null }
|
||||
if (jobs && maxTs == undefined) {
|
||||
if (jobs) {
|
||||
if (success == 'running') {
|
||||
loadJobsIntern(false)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user