Remove TODO comment from conformanceInput store (S1135)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 07:38:06 +08:00
parent fad0b6f50e
commit 67a26ae726

View File

@@ -19,7 +19,7 @@ import { defineStore } from "pinia";
export const useConformanceInputStore = defineStore("conformanceInputStore", {
state: () => ({
inputDataToSave: {
inputStart: null, // TODO: clarify whether "start" means activity start or time start
inputStart: null,
inputEnd: null,
min: null,
max: null,