feat: reuse inventory items when configuring machines

This commit is contained in:
Matthieu
2025-10-08 16:29:00 +02:00
parent bc8823a776
commit f89364d04e
9 changed files with 3158 additions and 1198 deletions

View File

@@ -170,7 +170,7 @@ watch(
{ immediate: true }
)
const ensureOptionsLoaded = async (force = false) => {
async function ensureOptionsLoaded (force = false) {
if (!force && !searchTerm.value && constructeurs.value.length) {
applyOptions(constructeurs.value)
return