Skip to content

Commit c33aa5c

Browse files
Update src/Files.App/Dialogs/CloneRepoDialog.xaml
Co-authored-by: Filippo Ferrario <[email protected]> Signed-off-by: Yair <[email protected]>
1 parent a198b25 commit c33aa5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Dialogs/CloneRepoDialog.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<TextBox
2424
Header="Repository URL"
2525
PlaceholderText="https://github.com/files-community/Files"
26-
Text="{x:Bind ViewModel.RepoUrl, Mode=TwoWay}" />
26+
Text="{x:Bind ViewModel.RepoUrl, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
2727
</StackPanel>
2828
</Grid>
2929

0 commit comments

Comments
 (0)