Skip to content

Commit f7dbb69

Browse files
committed
Update CreateShortcutDialogViewModel.cs
1 parent c1f17dc commit f7dbb69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/ViewModels/Dialogs/CreateShortcutDialogViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public string DestinationItemPath
3333
{
3434
if (!SetProperty(ref _destinationItemPath, value))
3535
return;
36+
3637
if (string.IsNullOrWhiteSpace(DestinationItemPath))
3738
{
3839
IsLocationValid = false;

0 commit comments

Comments
 (0)