We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193ea35 commit 27a54d3Copy full SHA for 27a54d3
admin-ui/plugins/admin/components/Webhook/WebhookForm.js
@@ -24,7 +24,7 @@ import { WEBHOOK } from 'Utils/ApiResources'
24
import GluuTypeAhead from 'Routes/Apps/Gluu/GluuTypeAhead'
25
import GluuProperties from 'Routes/Apps/Gluu/GluuProperties'
26
import ShortcodePopover from './ShortcodePopover'
27
-import ShortCodes from 'Plugins/admin/helper/ShortCodes.json'
+import shortCodes from 'Plugins/admin/helper/shortCodes.json'
28
29
const WebhookForm = () => {
30
const { id } = useParams()
@@ -178,7 +178,7 @@ const WebhookForm = () => {
178
}
179
180
const featureShortcodes = selectedFeatures?.[0]?.auiFeatureId
181
- ? ShortCodes?.[selectedFeatures?.[0]?.auiFeatureId]?.fields ||
+ ? shortCodes?.[selectedFeatures?.[0]?.auiFeatureId]?.fields ||
182
[]
183
: []
184
admin-ui/plugins/admin/helper/ShortCodes.json renamed to admin-ui/plugins/admin/helper/shortCodes.json
0 commit comments