|
|
|
@ -1083,6 +1083,17 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { |
|
|
|
|
className="border-top mt-2 pt-2 mb-3" |
|
|
|
|
id="staticanalysisresult" |
|
|
|
|
> |
|
|
|
|
<RemixUiCheckbox |
|
|
|
|
id="showLibWarnings" |
|
|
|
|
name="showLibWarnings" |
|
|
|
|
categoryId="showLibWarnings" |
|
|
|
|
inputType="checkbox" |
|
|
|
|
checked={showLibsWarning} |
|
|
|
|
label="Show warnings for external libraries" |
|
|
|
|
onClick={handleShowLibsWarning} |
|
|
|
|
onChange={() => {}} |
|
|
|
|
tooltipPlacement="top-start" |
|
|
|
|
/> |
|
|
|
|
<RemixUiCheckbox |
|
|
|
|
id="hideWarnings" |
|
|
|
|
name="hideWarnings" |
|
|
|
|