mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-09 12:38:35 -05:00
Continue fixing multiple UI and SonarQube issues found when testing wcDocker changes. #6479
This commit is contained in:
@@ -824,6 +824,7 @@ export default function DebuggerArgumentComponent({ debuggerInfo, restartDebug,
|
||||
schema={debuggerArgsSchema.current}
|
||||
showFooter={false}
|
||||
isTabView={false}
|
||||
Notifier={pgAdmin.Browser.notifier}
|
||||
onDataChange={(isChanged, changedData) => {
|
||||
let isValid = false;
|
||||
let skipStep = false;
|
||||
|
||||
Reference in New Issue
Block a user