Skip to content

Commit

Permalink
Fixed bug #22
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarrere committed Nov 23, 2024
1 parent 50690a8 commit a6505c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LM-Kit-Maestro/UI/ChatView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</DataTrigger>

<DataTrigger TargetType="Button" Binding="{Binding AwaitingResponse}" Value="False">
<Setter Property="Command" Value="{Binding SendCommand}"/>
<Setter Property="Command" Value="{Binding SubmitCommand}"/>
<Setter Property="IsEnabled" Value="{Binding InputText, Converter={mct:IsStringNotNullOrWhiteSpaceConverter}}"/>
</DataTrigger>

Expand Down

0 comments on commit a6505c2

Please sign in to comment.