Skip to content

Commit

Permalink
feat: add inputfeedback to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
theetrain committed Dec 21, 2017
1 parent 3c9e7e3 commit 16f9a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const getStyleguideDir = () => {
}

// Append strings to this array to enable components in staging, e.g. `['Box', 'ExpandCollapse']`
const enabledInStaging = ['Select', 'Textarea', 'FlexGrid']
const enabledInStaging = ['Select', 'Textarea', 'FlexGrid', 'InputFeedback']

/* eslint-disable no-unused-vars */
const toggleByEnv = (component, toggledOffValue, toggledOnValue) => {
Expand Down

0 comments on commit 16f9a24

Please sign in to comment.