We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b37a43 commit b3af733Copy full SHA for b3af733
src/containers/Tenant/Info/View/View.tsx
@@ -9,7 +9,7 @@ import i18n from '../i18n';
9
10
import './View.scss';
11
12
-const b = cn('snippet');
+const b = cn('view');
13
14
const prepareViewItems = (data: TEvDescribeSchemeResult): DefinitionListItem[] => {
15
const queryText = data.PathDescription?.ViewDescription?.QueryText;
0 commit comments