Skip to content

Commit

Permalink
removing paramProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi committed Oct 7, 2021
1 parent 9ef2861 commit 30446ef
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 30446ef

Please sign in to comment.