Skip to content

Commit

Permalink
fix(containers): Expose defaultRegistry through ComponentForm.kit (#5372
Browse files Browse the repository at this point in the history
)

* fix(containers): Expose defaultRegistry through ComponentForm.kit

* changeset
  • Loading branch information
mhuchet authored Jul 11, 2024
1 parent f1c2fdf commit be457e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/itchy-onions-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/react-containers': minor
---

fix(containers): Expose defaultRegistry through ComponentForm.kit
3 changes: 2 additions & 1 deletion packages/containers/src/ComponentForm/kit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

import createTriggers from './createTriggers';
import defaultRegistry from './defaultRegistry';
import flatten from './flatten';

export default {
createTriggers,
flatten,
defaultRegistry,
};

0 comments on commit be457e9

Please sign in to comment.