Skip to content

Commit

Permalink
Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Apr 27, 2024
1 parent 217e3c5 commit 23dc9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/RoleForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {constructShortName} from "../validations/regExps";
import {distinctValues, isEmpty} from "../utils/Utils";
import ErrorIndicator from "../components/ErrorIndicator";
import SelectField from "../components/SelectField";
import {providersToOptions, singleProviderToOption} from "../utils/Manage";
import {providersToOptions} from "../utils/Manage";
import ConfirmationDialog from "../components/ConfirmationDialog";
import SwitchField from "../components/SwitchField";
import {displayExpiryDate, futureDate} from "../utils/Date";
Expand Down

0 comments on commit 23dc9b8

Please sign in to comment.