rename method

This commit is contained in:
yggverse 2024-12-05 10:57:56 +02:00
parent 10737998a9
commit 10edad5cb2
2 changed files with 2 additions and 2 deletions

View file

@ -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());
}
});