Skip to content

Commit

Permalink
reverted change due to cypress error.
Browse files Browse the repository at this point in the history
  • Loading branch information
CMDWillYang committed Dec 19, 2023
1 parent 46972ee commit 0bded63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export interface EditDataSourceState {

export class EditDataSourceForm extends React.Component<EditDataSourceProps, EditDataSourceState> {
static contextType = contextType;
declare context: React.ContextType<typeof contextType>;
public readonly context!: DataSourceManagementContextValue;
maskedPassword: string = '********';

constructor(props: EditDataSourceProps, context: DataSourceManagementContextValue) {
Expand Down

0 comments on commit 0bded63

Please sign in to comment.