mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
rename method
This commit is contained in:
parent
10737998a9
commit
10edad5cb2
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ impl Widget {
|
|||
let alert_dialog = alert_dialog.clone();
|
||||
move || {
|
||||
// Deactivate apply button if the form values could not be processed
|
||||
alert_dialog.set_response_enabled(RESPONSE_APPLY.0, form.is_valid());
|
||||
alert_dialog.set_response_enabled(RESPONSE_APPLY.0, form.is_applicable());
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue