fix: fix a few typos

This commit is contained in:
Sophie-Gaëlle CALLOCH
2026-07-07 15:51:53 +02:00
parent 75d1d5f7fa
commit 55c2628c75
9 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ const {active: autoRefresh, toggle: toggleAutoRefresh} = useAutoRefresh(refresh,
</button>
</div>
</div>
<AcquisitionsPanel ref="panel" :items="acquiredTypesStore.acquiredTypes" ignoredColums="date" />
<AcquisitionsPanel ref="panel" :items="acquiredTypesStore.acquiredTypes" ignoredColumns="date" />
</div>
</template>