mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-23 04:52:22 +00:00
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
@inherits SubmittableDialog
|
|
|
|
<MudDialog ContentStyle="mix-width: 400px">
|
|
<DialogContent>
|
|
<MudGrid>
|
|
|
|
</MudGrid>
|
|
</DialogContent>
|
|
<DialogActions>
|
|
<MudButton OnClick="Cancel">Cancel</MudButton>
|
|
<MudButton Color="Color.Primary" OnClick="Submit">Save</MudButton>
|
|
</DialogActions>
|
|
</MudDialog> |