Skip to content
Snippets Groups Projects
Commit 506247eb authored by Marc-Antoine Manningham's avatar Marc-Antoine Manningham
Browse files

fix: remove warning

parent c3c2ee52
No related branches found
No related tags found
1 merge request!12Feat update leptos
Pipeline #7778 passed
......@@ -34,7 +34,7 @@ impl OptionState {
pub fn submit(&self) {
self.validate();
if !self.first_generation_done.get_value() || self.step.get() < 5 {
if !self.first_generation_done.get_value() || self.step.get_untracked() < 5 {
return;
}
self.generate();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment