Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rename to Minimal UI
  • Loading branch information
oandregal committed Aug 13, 2025
commit d94c59e94017a62b9c00eb3992bbc6aefaf449b5
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const CustomEmpty = () => {
);
};

export const Locked = () => {
export const MinimalUI = () => {
const [ view, setView ] = useState< View >( {
...DEFAULT_VIEW,
fields: [ 'title', 'description', 'categories' ],
Expand Down
Loading