feat: justfile updates.

This commit is contained in:
2025-03-02 23:13:53 -05:00
parent 67488e06a9
commit eb6ec446dc
3 changed files with 9 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ struct FilterPressureDropForm: HTML, Sendable {
}
div {
SubmitButton(label: "Calculate Pressure Drop")
// FIX: Remove when done.
.attributes(.disabled)
}
}
}