Skip to content

Commit

Permalink
removing unused props
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitakinger committed Oct 8, 2024
1 parent 21c3cb8 commit ea4cf33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/client/src/pages/Editor/APIEditor/CommonEditorForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export interface CommonFormProps {
actionResponse?: ActionResponse;
pluginId: string;
onRunClick: (paginationField?: PaginationField) => void;
onDeleteClick: () => void;
isRunning: boolean;
isDeleting: boolean;
paginationType: PaginationType;
Expand Down
2 changes: 0 additions & 2 deletions app/client/src/pages/Editor/APIEditor/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ class ApiEditor extends React.Component<Props> {
}
isDeleting={isDeleting}
isRunning={isRunning}
onDeleteClick={this.context.handleDeleteClick}
onRunClick={this.context.handleRunClick}
paginationType={paginationType}
pluginId={pluginId}
Expand All @@ -200,7 +199,6 @@ class ApiEditor extends React.Component<Props> {
isDeleting={isDeleting}
isRunning={isRunning}
match={this.props.match}
onDeleteClick={this.context.handleDeleteClick}
onRunClick={this.context.handleRunClick}
paginationType={paginationType}
pluginId={pluginId}
Expand Down

0 comments on commit ea4cf33

Please sign in to comment.