mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
remove storybook: (#15074)
* remove storybook: * changelog * clean up * update browserstack * remove special case for storybook * add back gen-story-md
This commit is contained in:
@@ -127,12 +127,6 @@ export default Component.extend({
|
||||
this.set('shouldUseFallback', true);
|
||||
return;
|
||||
}
|
||||
//special case for storybook
|
||||
if (this.staticOptions) {
|
||||
let options = this.staticOptions;
|
||||
this.formatOptions(options);
|
||||
return;
|
||||
}
|
||||
throw err;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user