Fixes #460 [deploy-site]
This commit is contained in:
parent
a706cebb2d
commit
cf60cab386
|
@ -204,11 +204,11 @@ templ TodosMVCView(mvc *TodoMVC) {
|
||||||
@icon("material-symbols:checklist")
|
@icon("material-symbols:checklist")
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
@sseIndicator("toggleAllFetching")
|
||||||
}
|
}
|
||||||
if mvc.EditingIdx <0 {
|
if mvc.EditingIdx <0 {
|
||||||
@TodoInput(-1)
|
@TodoInput(-1)
|
||||||
}
|
}
|
||||||
@sseIndicator("toggleAllFetching")
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
if hasTodos {
|
if hasTodos {
|
||||||
|
|
Loading…
Reference in New Issue