Skip to content

Commit b65ebc3

Browse files
committed
fix: codeflare dashboard should default to all
1 parent cb14b5e commit b65ebc3

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-codeflare-dashboard/src/controller/dashboard

1 file changed

+1
-1
lines changed

plugins/plugin-codeflare-dashboard/src/controller/dashboard/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default async function dashboard(args: Arguments<Options>) {
8686
const { demo } = args.parsedOptions
8787
const scale = args.parsedOptions.s || 1
8888

89-
const kind = args.argvNoOptions[args.argvNoOptions.indexOf("dashboard") + 1]
89+
const kind = args.argvNoOptions[args.argvNoOptions.indexOf("dashboard") + 1] || "all"
9090
const { jobId, profile } = await jobIdFrom(args)
9191

9292
if (!isValidKindA(kind)) {

0 commit comments

Comments
 (0)