Skip to content

Commit

Permalink
removing paramProperties (#17024)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi authored Oct 7, 2021
1 parent be21143 commit 50ad09b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ type DBReducerActionType =
database_name?: string;
engine?: string;
configuration_method: CONFIGURATION_METHOD;
paramProperties?: Record<string, any>;
};
}
| {
Expand Down Expand Up @@ -651,7 +650,6 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
configuration_method: isDynamic
? CONFIGURATION_METHOD.DYNAMIC_FORM
: CONFIGURATION_METHOD.SQLALCHEMY_URI,
paramProperties: parameters?.properties,
},
});
}
Expand Down

0 comments on commit 50ad09b

Please sign in to comment.