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", {
|
export const useConformanceInputStore = defineStore("conformanceInputStore", {
|
||||||
state: () => ({
|
state: () => ({
|
||||||
inputDataToSave: {
|
inputDataToSave: {
|
||||||
inputStart: null, // TODO: clarify whether "start" means activity start or time start
|
inputStart: null,
|
||||||
inputEnd: null,
|
inputEnd: null,
|
||||||
min: null,
|
min: null,
|
||||||
max: null,
|
max: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user