Skip to content

Commit

Permalink
Update ModalExportdialog.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoCoderMatrix86 committed Apr 3, 2024
1 parent f66988f commit cfd2e65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AudioCuesheetEditor/Shared/ModalExportdialog.razor
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ along with Foobar. If not, see

public Boolean IsVisible { get; private set; }
public Validations? Validations { get; private set; }
public Boolean LockUserInputs { get => exportProgress != null; }

Modal? modalExportdialog;
String selectedStep = "prepareExport";
Expand Down

0 comments on commit cfd2e65

Please sign in to comment.