Skip to content

Commit

Permalink
[frontend] fix conflict introduced by merge (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
f0x52 authored Nov 8, 2022
1 parent b4f7316 commit ad08c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/source/settings/admin/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const adminActions = require("../redux/reducers/instances").actions;
const {
TextInput,
TextArea,
_File
File
} = require("../components/form-fields").formFields(adminActions.setAdminSettingsVal, (state) => state.instances.adminSettings);

module.exports = function AdminSettings() {
Expand Down

0 comments on commit ad08c6c

Please sign in to comment.