fix(dashboard): #163 month selection on first load
This commit was merged in pull request #183.
This commit is contained in:
@@ -9,7 +9,7 @@ templ Dashboard(summary *types.DashboardMonthlySummary) {
|
||||
<input
|
||||
name="month"
|
||||
type="date"
|
||||
class="input"
|
||||
class="input datetime"
|
||||
value={ summary.Month.String() }
|
||||
/>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user