mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
desc
This commit is contained in:
parent
ee43ec99ea
commit
e6ecad3f65
1 changed files with 1 additions and 1 deletions
|
|
@ -707,7 +707,7 @@ export const FeaturesTab = () => {
|
||||||
value={voidSettingsState.globalSettings.includeToolLintErrors}
|
value={voidSettingsState.globalSettings.includeToolLintErrors}
|
||||||
onChange={(newVal) => voidSettingsService.setGlobalSetting('includeToolLintErrors', newVal)}
|
onChange={(newVal) => voidSettingsService.setGlobalSetting('includeToolLintErrors', newVal)}
|
||||||
/>
|
/>
|
||||||
<span className='text-void-fg-3 text-xs pointer-events-none'>{voidSettingsState.globalSettings.includeToolLintErrors ? 'Include after-edit lint errors' : `Don't include lint errors`}</span>
|
<span className='text-void-fg-3 text-xs pointer-events-none'>{voidSettingsState.globalSettings.includeToolLintErrors ? 'Fix lint errors' : `Don't fix lint errors`}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue