mirror of
https://github.com/unraid/api.git
synced 2026-02-17 21:48:34 -06:00
chore: ts-expect-error description for webgui troubleshoot form
This commit is contained in:
@@ -109,10 +109,10 @@ export const useErrorsStore = defineStore('errors', () => {
|
||||
}
|
||||
$panels.forEach(($panel: Element) => {
|
||||
if ($panel.id === 'troubleshoot_panel') {
|
||||
// @ts-expect-error - because the webgui is the wild wild west
|
||||
// @ts-expect-error - the webgui feedback modal has different "panel" elements, so we'll automatically select the troubleshooting option for the user
|
||||
$panel.style.display = 'block';
|
||||
} else {
|
||||
// @ts-expect-error - because the webgui is the wild wild west
|
||||
// @ts-expect-error - the webgui feedback modal has different "panel" elements, so we'll automatically select the troubleshooting option for the user
|
||||
$panel.style.display = 'none';
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user