restore show lib warnings

pull/3892/head
Joseph Izang 1 year ago
parent 5aeb71b84b
commit 525a8ea9bf
  1. 11
      libs/remix-ui/static-analyser/src/lib/remix-ui-static-analyser.tsx

@ -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"

Loading…
Cancel
Save