You've already forked AstralRinth
forked from didirus/AstralRinth
Remove the broken No Functionality side option and replace with Optional
This commit is contained in:
@@ -343,8 +343,8 @@ export default {
|
|||||||
iconChanged: false,
|
iconChanged: false,
|
||||||
|
|
||||||
sideTypes: [
|
sideTypes: [
|
||||||
|
{ label: 'Optional', id: 'optional' },
|
||||||
{ label: 'Required', id: 'required' },
|
{ label: 'Required', id: 'required' },
|
||||||
{ label: 'No functionality', id: 'no-functionality' },
|
|
||||||
{ label: 'Unsupported', id: 'unsupported' },
|
{ label: 'Unsupported', id: 'unsupported' },
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user