onClick: onAddRepositoryLocation()

in src/app/modelRepository/components/commands.tsx [122:135]


                onClick: onAddRepositoryLocation(REPOSITORY_LOCATION_TYPE.LocalDMR),
                text: t(ResourceKeys.modelRepository.commands.addLocalDMRSource.label)
            }
        ];
    };

    const onHelpClick = () => {
        window.open(t(ResourceKeys.settings.questions.questions.documentation.link), '_blank');
    };

    const onSaveModelRepositorySettingsClick = () => {
        const errors = validateRepositoryLocationSettings(repositoryLocationSettings);

        if (Object.keys(errors).length === 0) {