mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fix Controls storybook config (#125305)
This commit is contained in:
parent
4eb8ab8d1a
commit
ddbb06032e
1 changed files with 2 additions and 7 deletions
|
@ -6,11 +6,6 @@
|
|||
* Side Public License, v 1.
|
||||
*/
|
||||
|
||||
import { defaultConfigWebFinal } from '@kbn/storybook';
|
||||
import { defaultConfig } from '@kbn/storybook';
|
||||
|
||||
// We have to do this because the kbn/storybook preset overrides the manager entries,
|
||||
// so we can't customize the theme.
|
||||
module.exports = {
|
||||
...defaultConfigWebFinal,
|
||||
addons: ['@storybook/addon-a11y', '@storybook/addon-essentials'],
|
||||
};
|
||||
module.exports = defaultConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue