use same param key as backgrounds addon

This commit is contained in:
Roberto Wesley Overdijk 2019-07-16 14:13:16 +02:00 committed by GitHub
parent 8e955913df
commit ae61a9e0cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
export const PARAM_KEY = 'background';
export const PARAM_KEY = 'backgrounds';
export const ADDON_ID = 'storybook-addon-background';
export const PANEL_ID = `${ADDON_ID}/background-panel`;