feat: reuse inventory items when configuring machines
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user