```js // .storybook/my-addon/register.js addons.register('my-organisation/my-addon', (api) => { api.setQueryParams({ bbc: null, }); }); ```