Skip to content

Commit

Permalink
Merged PR 263: Fixed the flicker issue with the wait control in the w…
Browse files Browse the repository at this point in the history
…ork item mapping wizard

Fixed the flicker issue with the wait control in the work item mapping wizard step

Related work items: #12837
  • Loading branch information
pkrk98 committed Nov 30, 2017
1 parent c24fa9a commit bb65473
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export class WorkItemMappingPage {
let rootContainer = $("#itemMappings");
let waitControlOptions: StatusIndicator.IWaitControlOptions = {
cancellable: false,
backgroundColor: "#ffffff",
message: "Loading...."
};

Expand Down

0 comments on commit bb65473

Please sign in to comment.