|
|
@ -526,7 +526,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { |
|
|
|
title="when checked, the results are also displayed for external contract libraries" |
|
|
|
title="when checked, the results are also displayed for external contract libraries" |
|
|
|
inputType="checkbox" |
|
|
|
inputType="checkbox" |
|
|
|
checked={showLibsWarning} |
|
|
|
checked={showLibsWarning} |
|
|
|
label="Display all results" |
|
|
|
label="Show warnings for external libraries" |
|
|
|
onClick={handleShowLibsWarning} |
|
|
|
onClick={handleShowLibsWarning} |
|
|
|
onChange={() => {}} |
|
|
|
onChange={() => {}} |
|
|
|
/> |
|
|
|
/> |
|
|
|