Skip to content

Commit 2b571e1

Browse files
committed
Rename story: non-interactive to locked
1 parent 7aa1d13 commit 2b571e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dataviews/src/components/dataviews/stories/index.story.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export const CustomEmpty = () => {
144144
);
145145
};
146146

147-
export const NonInteractive = () => {
147+
export const Locked = () => {
148148
const [ view, setView ] = useState< View >( {
149149
...DEFAULT_VIEW,
150150
fields: [ 'title', 'description', 'categories' ],

0 commit comments

Comments
 (0)