Remove TODO comment from conformanceInput store (S1135)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user