{}}
- onRemove={() => {}}
onChange={(n) => {
const value = n && n[0] && n[0].value;
// clean the action query param if it was set on the URL,
diff --git a/frontend/src/components/taskSelection/actionSidebars.js b/frontend/src/components/taskSelection/actionSidebars.js
index bacf6563e7..2c53746da3 100644
--- a/frontend/src/components/taskSelection/actionSidebars.js
+++ b/frontend/src/components/taskSelection/actionSidebars.js
@@ -582,8 +582,6 @@ export function ReopenEditor({ project, action, editor, callEditor }: Object) {
display={}
className="bg-white b--grey-light ba pa2 di"
onChange={callEditor}
- onAdd={() => {}}
- onRemove={() => {}}
toTop={true}
/>
diff --git a/frontend/src/components/taskSelection/footer.js b/frontend/src/components/taskSelection/footer.js
index 12866d12d2..18cb0fce99 100644
--- a/frontend/src/components/taskSelection/footer.js
+++ b/frontend/src/components/taskSelection/footer.js
@@ -204,8 +204,6 @@ const TaskSelectionFooter = ({ defaultUserEditor, project, tasks, taskAction, se
className="bg-white bn"
toTop={true}
onChange={updateEditor}
- onAdd={() => {}}
- onRemove={() => {}}
/>
diff --git a/frontend/src/components/taskSelection/taskActivity.js b/frontend/src/components/taskSelection/taskActivity.js
index bf3b0bfb68..902aa89a63 100644
--- a/frontend/src/components/taskSelection/taskActivity.js
+++ b/frontend/src/components/taskSelection/taskActivity.js
@@ -238,9 +238,6 @@ export const TaskDataDropdown = ({ history, changesetComment, bbox }: Object) =>
if (history && history.taskHistory && history.taskHistory.length > 0) {
return (
{}}
- onRemove={() => {}}
- onChange={() => {}}
value={null}
options={[
{ label: , href: osmchaLink },
@@ -396,8 +393,6 @@ function EditorDropdown({ project, taskId, bbox }: Object) {
display={}
className="bg-white b--grey-light ba pa2 dib v-mid"
onChange={loadTaskOnEditor}
- onAdd={() => {}}
- onRemove={() => {}}
/>
);
}
diff --git a/frontend/src/components/taskSelection/taskList.js b/frontend/src/components/taskSelection/taskList.js
index c822114d7a..088441bfd4 100644
--- a/frontend/src/components/taskSelection/taskList.js
+++ b/frontend/src/components/taskSelection/taskList.js
@@ -287,8 +287,6 @@ export function TaskList({
{}}
- onRemove={() => {}}
onChange={updateSortingOption}
value={sortBy || 'date'}
options={sortingOptions}
diff --git a/frontend/src/components/user/forms/settings.js b/frontend/src/components/user/forms/settings.js
index 4f05465e68..8b32d13ecc 100644
--- a/frontend/src/components/user/forms/settings.js
+++ b/frontend/src/components/user/forms/settings.js
@@ -40,8 +40,6 @@ function _EditorDropdown(props) {
return (
{}}
- onRemove={() => {}}
onChange={onEditorSelect}
value={value}
options={getEditors()}
diff --git a/frontend/src/components/user/list.js b/frontend/src/components/user/list.js
index d64f60422e..1f6cddc965 100644
--- a/frontend/src/components/user/list.js
+++ b/frontend/src/components/user/list.js
@@ -72,8 +72,6 @@ const RoleFilter = ({ filters, setFilters, updateFilters }) => {
return (
{}}
- onRemove={() => {}}
onChange={(n) => {
const value = n && n[0] && n[0].value;
updateFilters('role', value);
@@ -96,8 +94,6 @@ const MapperLevelFilter = ({ filters, setFilters, updateFilters }) => {
return (
{}}
- onRemove={() => {}}
onChange={(n) => {
const value = n && n[0] && n[0].value;
updateFilters('level', value);
diff --git a/frontend/src/views/projectEdit.js b/frontend/src/views/projectEdit.js
index f028f86c40..ae39669b73 100644
--- a/frontend/src/views/projectEdit.js
+++ b/frontend/src/views/projectEdit.js
@@ -253,8 +253,6 @@ export default function ProjectEdit({ id }) {
{}}
- onRemove={() => {}}
value={null}
options={[
{