Skip to content

Commit 27a54d3

Browse files
committed
fix(admin-ui): file rename shortCodes.json
Signed-off-by: Jeet Viramgama <[email protected]>
1 parent 193ea35 commit 27a54d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin-ui/plugins/admin/components/Webhook/WebhookForm.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { WEBHOOK } from 'Utils/ApiResources'
2424
import GluuTypeAhead from 'Routes/Apps/Gluu/GluuTypeAhead'
2525
import GluuProperties from 'Routes/Apps/Gluu/GluuProperties'
2626
import ShortcodePopover from './ShortcodePopover'
27-
import ShortCodes from 'Plugins/admin/helper/ShortCodes.json'
27+
import shortCodes from 'Plugins/admin/helper/shortCodes.json'
2828

2929
const WebhookForm = () => {
3030
const { id } = useParams()
@@ -178,7 +178,7 @@ const WebhookForm = () => {
178178
}
179179

180180
const featureShortcodes = selectedFeatures?.[0]?.auiFeatureId
181-
? ShortCodes?.[selectedFeatures?.[0]?.auiFeatureId]?.fields ||
181+
? shortCodes?.[selectedFeatures?.[0]?.auiFeatureId]?.fields ||
182182
[]
183183
: []
184184

0 commit comments

Comments
 (0)