From ce988c280f5ca6dfc202d209e66d7cfce257c43b Mon Sep 17 00:00:00 2001 From: Bennett Date: Wed, 26 Feb 2020 12:12:02 +0100 Subject: Implement user.css and user.js (#401) * #83 Implement user.css and user.js * Fix button layout in settings * Fix user script not loading Co-authored-by: Amine --- src/actions/service.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/actions') diff --git a/src/actions/service.js b/src/actions/service.js index d32bb80d3..f0c42e8aa 100644 --- a/src/actions/service.js +++ b/src/actions/service.js @@ -28,8 +28,9 @@ export default { serviceId: PropTypes.string.isRequired, redirect: PropTypes.string, }, - openDarkmodeCss: { + openRecipeFile: { recipe: PropTypes.string.isRequired, + file: PropTypes.string.isRequired, }, clearCache: { serviceId: PropTypes.string.isRequired, -- cgit v1.2.3-54-g00ecf