Skip to content

Commit

Permalink
✅ [#4707] Added storybook scenario for resizable json widget
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmolen committed Nov 7, 2024
1 parent 7421150 commit 366d693
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/openforms/js/components/admin/forms/JsonWidget.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ export default {
};

export const Default = {};

export const Resizable = {
args: {
isResizable: true,
},
};

0 comments on commit 366d693

Please sign in to comment.