Skip to content

Commit

Permalink
fix(mudblazor): remove duplicate validation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Jan 25, 2022
1 parent 9e26f07 commit 24144e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
LeftText="@LocalizationProvider["Move left"]"
RightText="@LocalizationProvider["Move right"]">
</MudFilesUpload>
<MudValidationMessage FieldIdentifier="FieldIdentifier"></MudValidationMessage>
</MudItem>
}
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
LeftText="@LocalizationProvider["Move left"]"
RightText="@LocalizationProvider["Move right"]">
</MudFilesUpload>
<MudValidationMessage FieldIdentifier="FieldIdentifier"></MudValidationMessage>
</MudItem>
}
else
Expand Down

0 comments on commit 24144e3

Please sign in to comment.