Skip to content

Commit c7bdf71

Browse files
LPD-77861 Sort
1 parent 7f3f6f2 commit c7bdf71

File tree

1 file changed

+1
-1
lines changed
  • modules/apps/frontend-js/frontend-js-clay-web/clay/clay-nav/src

1 file changed

+1
-1
lines changed

modules/apps/frontend-js/frontend-js-clay-web/clay/clay-nav/src/Vertical.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {Nav, VerticalNav} from '@clayui/core';
77
import React from 'react';
88
import warning from 'warning';
99

10-
export type DisplayType = 'transparent' | 'primary';
10+
export type DisplayType = 'primary' | 'transparent';
1111

1212
interface IItem extends React.ComponentProps<typeof Nav.Item> {
1313

0 commit comments

Comments
 (0)