From 7fbc9fa35714947ef42b5146554543e9a72f38e7 Mon Sep 17 00:00:00 2001 From: chaos <72168435+qtchaos@users.noreply.github.com> Date: Mon, 2 Oct 2023 10:27:04 -0700 Subject: [PATCH] Allow mods to be added to unlocked instances. (#760) * Allow mods to be added to unlocked instances. * Learn about optional chaining?. --- theseus_gui/src/components/ui/ModInstallModal.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/theseus_gui/src/components/ui/ModInstallModal.vue b/theseus_gui/src/components/ui/ModInstallModal.vue index 0e570cc09..a19c53c67 100644 --- a/theseus_gui/src/components/ui/ModInstallModal.vue +++ b/theseus_gui/src/components/ui/ModInstallModal.vue @@ -247,13 +247,15 @@ const check_valid = computed(() => {