change(ui): module issue, project dropdown feedback, other fixes
This commit is contained in:
parent
3c6f7e00ba
commit
a2186e12cd
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ function ModuleCard(props: Props) {
|
||||||
<p className='flex-grow'>{module.description}</p>
|
<p className='flex-grow'>{module.description}</p>
|
||||||
</div>
|
</div>
|
||||||
<div className='flex items-end'>
|
<div className='flex items-end'>
|
||||||
<Switch size='small' checked={module.isEnabled} title={module.isEnabled ? 'A' : 'B'}
|
<Switch size='small' checked={!module.isEnabled} title={module.isEnabled ? 'A' : 'B'}
|
||||||
onChange={() => props.onToggle(module)} />
|
onChange={() => props.onToggle(module)} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue