Skip to content

Commit

Permalink
Set initial state value
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiahub committed Dec 18, 2023
1 parent e004401 commit 37d1c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/tasks-jobs/tasks/launch/task-launch.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export class TaskLaunchService {
c.ctr = {
options: [],
optionsState: {
isFirstLaunch: false,
isLoading: true,
isOnError: false
}
Expand Down

0 comments on commit 37d1c09

Please sign in to comment.