Skip to content

Commit 9a35c32

Browse files
committed
fix: Adjust error message for FileOpenPicker
1 parent d7f4010 commit 9a35c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uno.UWP/Storage/Pickers/FileOpenPicker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private void ValidateConfiguration()
9292
{
9393
if (FileTypeFilter.Count == 0)
9494
{
95-
throw new InvalidOperationException("You must provide at least a general file type filter ('.*')");
95+
throw new InvalidOperationException("You must provide at least a general file type filter ('*')");
9696
}
9797
}
9898
}

0 commit comments

Comments
 (0)