diff --git a/admin/src/components/ActionButtons/index.js b/admin/src/components/ActionButtons/index.js index a4b043f..f642838 100644 --- a/admin/src/components/ActionButtons/index.js +++ b/admin/src/components/ActionButtons/index.js @@ -23,8 +23,8 @@ const ActionButtons = ({ diff }) => { return ( - + + ); +} + +export default FirstExport; \ No newline at end of file diff --git a/package.json b/package.json index 9d47f45..5bdb96d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-plugin-config-sync", - "version": "0.1.0", + "version": "0.1.1", "description": "Manage your Strapi database configuration as partial json files which can be imported/exported across environments. ", "strapi": { "name": "config-sync",