Skip to content

Commit

Permalink
FIO-8729: fixed an issue where rollback to default templates doe not …
Browse files Browse the repository at this point in the history
…work correctly and unknown template message is shown
  • Loading branch information
TanyaGashtold authored and lane-formio committed Aug 14, 2024
1 parent ef9b429 commit 3dbb29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/Templates.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import templates from './index';
import { Template } from '@formio/core/experimental';
Template.addTemplates(templates);
Template.defaultTemplates = templates.bootstrap;
Template.defaultTemplates = Template.templates.bootstrap;
export default Template;

0 comments on commit 3dbb29b

Please sign in to comment.