From 94219c458642127a0ba070977b64655e1dbb7ce8 Mon Sep 17 00:00:00 2001 From: pepper Date: Sun, 17 Jan 2021 23:44:50 -0500 Subject: [PATCH] removed idSearchForm --- src/components/root/Pages/Migrations.js | 5 +-- .../root/common/Functionality/IdSearchForm.js | 38 ------------------- 2 files changed, 1 insertion(+), 42 deletions(-) delete mode 100644 src/components/root/common/Functionality/IdSearchForm.js diff --git a/src/components/root/Pages/Migrations.js b/src/components/root/Pages/Migrations.js index d2ae029..210fc6f 100644 --- a/src/components/root/Pages/Migrations.js +++ b/src/components/root/Pages/Migrations.js @@ -1,13 +1,11 @@ import React, { Component } from "react"; -import IdSearchForm from "../common/Functionality/IdSearchForm"; import ReportSingleMigration from "../common/Forms/ReportSingleMigration"; import { callAPI } from "../../actions/API"; // /migrations in the address bar, // Allows the modification of migrations, and also populating a form -// by UUID. -// IDSearchForm is the UUID form at the top of the page, +// by UUID, // ReportSingleMigration is the actual form, witha PUT API request on that page. export default class Migrations extends Component { @@ -36,7 +34,6 @@ export default class Migrations extends Component { }; return (
- - {/* - - - */} -
- - - - - Submit -
- {/* -
- -
*/} - - ); -}