From 31db8161b5eeca33422f650008a87f3e787ce9db Mon Sep 17 00:00:00 2001 From: ProspectorDev Date: Thu, 17 Dec 2020 22:43:29 -0800 Subject: [PATCH] Remove the broken No Functionality side option and replace with Optional --- pages/mod/_id/edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/mod/_id/edit.vue b/pages/mod/_id/edit.vue index 95f629e17..2da47d0ec 100644 --- a/pages/mod/_id/edit.vue +++ b/pages/mod/_id/edit.vue @@ -343,8 +343,8 @@ export default { iconChanged: false, sideTypes: [ + { label: 'Optional', id: 'optional' }, { label: 'Required', id: 'required' }, - { label: 'No functionality', id: 'no-functionality' }, { label: 'Unsupported', id: 'unsupported' }, ], }