Skip to content

Commit

Permalink
Do not uppercase file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed May 29, 2024
1 parent ce71d5e commit 37d8f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/config/schema/spamlists.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ impl Builder<Schemas, ()> {
.label("Extension")
.help("The file name extension")
.input_check(
[Transformer::RemoveSpaces, Transformer::Uppercase],
[Transformer::RemoveSpaces],
[Validator::Required, Validator::IsId],
)
.build()
Expand Down

0 comments on commit 37d8f72

Please sign in to comment.