feat: Working on adding updates to project form, it's currently not loading an existing project.
This commit is contained in:
@@ -65,14 +65,7 @@ public struct EditButton: HTML, Sendable {
|
||||
}
|
||||
|
||||
public var body: some HTML<HTMLTag.button> {
|
||||
button(
|
||||
.class(
|
||||
"""
|
||||
btn btn-primary
|
||||
"""
|
||||
),
|
||||
.type(type)
|
||||
) {
|
||||
button(.class("btn btn-success dark:text-white"), .type(type)) {
|
||||
div(.class("flex")) {
|
||||
if let title {
|
||||
span(.class("pe-2")) { title }
|
||||
|
||||
Reference in New Issue
Block a user