Skip to content

Commit b9f8f29

Browse files
DataViews story: rename "Non-interactive" to "Minimal UI" (#71178)
Co-authored-by: oandregal <[email protected]> Co-authored-by: jameskoster <[email protected]>
1 parent 48ccf33 commit b9f8f29

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 MinimalUI = () => {
148148
const [ view, setView ] = useState< View >( {
149149
...DEFAULT_VIEW,
150150
fields: [ 'title', 'description', 'categories' ],

0 commit comments

Comments
 (0)