fix bug with launching config modal from dependency auto config

This commit is contained in:
Matt Hill
2021-09-29 16:23:14 -06:00
committed by Aiden McClelland
parent 2dc0f97d90
commit 9edda3a313
3 changed files with 10 additions and 14 deletions

View File

@@ -184,7 +184,6 @@ export module RR {
export type DryConfigureDependencyReq = { 'dependency-id': string, 'dependent-id': string } // package.dependency.configure.dry
export type DryConfigureDependencyRes = object
// marketplace
export type GetMarketplaceDataReq = { }