Skip to content

Commit

Permalink
fix: class
Browse files Browse the repository at this point in the history
  • Loading branch information
astandrik committed Dec 19, 2024
1 parent 5b37a43 commit b3af733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Tenant/Info/View/View.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import i18n from '../i18n';

import './View.scss';

const b = cn('snippet');
const b = cn('view');

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

0 comments on commit b3af733

Please sign in to comment.