Skip to content

Commit

Permalink
remove incomplete location management
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebSLane committed Sep 21, 2023
1 parent 09cf843 commit 5633e51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/admin/Admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import ReflexTestManagement from "./reflexTests/ReflexTestManagement";
import ProgramManagement from "./program/ProgramManagement";
import PathRoute from "../utils/PathRoute";
import CalculatedValue from "./calculatedValue/CalculatedValueForm";
import LocationManagement from "./location/LocationManagement";
import {
SideNav,
SideNavItems,
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<major.version>2</major.version>
<minor.version>8</minor.version>
<state.version>0</state.version> <!-- 0 = alpha, 1 = beta, 2 = rc, 3 = deployable -->
<fix.version>16</fix.version>
<fix.version>17</fix.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<liquibase.propertyFile>${project.basedir}/liquibase/liquibase.properties</liquibase.propertyFile>
<castor.version>1.4.1</castor.version>
Expand Down

0 comments on commit 5633e51

Please sign in to comment.