Skip to content

Commit b3af733

Browse files
committed
fix: class
1 parent 5b37a43 commit b3af733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/Info/View/View.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import i18n from '../i18n';
99

1010
import './View.scss';
1111

12-
const b = cn('snippet');
12+
const b = cn('view');
1313

1414
const prepareViewItems = (data: TEvDescribeSchemeResult): DefinitionListItem[] => {
1515
const queryText = data.PathDescription?.ViewDescription?.QueryText;

0 commit comments

Comments
 (0)