Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 37f8925

Browse files
committed
Use Cancel because that's available in IViewModel...
and we can standardize on Cancel for everything.
1 parent 85adc08 commit 37f8925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/UI/Views/PullRequestCreationView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
HorizontalAlignment="Right"
303303
Content="Cancel"
304304
Style="{StaticResource GitHubVsButton}"
305-
Command="{Binding CancelCommand}"/>
305+
Command="{Binding Cancel}"/>
306306
<Button HorizontalAlignment="Right" Margin="6,0,0,0" Content="Create pull request" Grid.Column="1" Style="{StaticResource GitHubVsPrimaryActionButton}" />
307307
</Grid>
308308
</StackPanel>

0 commit comments

Comments
 (0)