Skip to content

Commit

Permalink
Make DialogType internal
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Sep 20, 2023
1 parent 91b1cde commit e80e451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Components/Dialog/Parameters/DialogParameters.cs
Expand Up @@ -100,7 +100,7 @@ public class DialogParameters : ComponentParameters, IDialogParameters
/// <summary>
/// The type of dialog.
/// </summary>
public DialogType DialogType { get; set; } = DialogType.Dialog;
internal DialogType DialogType { get; set; } = DialogType.Dialog;

/// <summary>
/// Gets whether the primary button is displayed or not. Depends on PrimaryAction having a value.
Expand Down

0 comments on commit e80e451

Please sign in to comment.