Skip to content

Commit

Permalink
Fix linting errors preventing the pipeline from runnings (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome authored Apr 13, 2021
1 parent 5368580 commit d690cd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/telemetry/component-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const CODE_SNIPPETS_COPY_BUTTON = 'Code snippets copy button';
export const VIEW_ALL_PERMISSIONS_BUTTON = 'View all permissions button';
export const EXPORT_HISTORY_ITEM_BUTTON = 'Export history item button';
export const DELETE_HISTORY_ITEM_BUTTON = 'Delete history item button';
export const JSON_SCHEMA_COPY_BUTTON = 'JSON schema copy button';

// List items
export const HISTORY_LIST_ITEM = 'History list item';
Expand All @@ -34,7 +33,6 @@ export const RESPONSE_PREVIEW_TAB = 'Response preview tab';
export const RESPONSE_HEADERS_TAB = 'Response headers tab';
export const TOOLKIT_COMPONENT_TAB = 'Toolkit component tab';
export const MODIFY_PERMISSIONS_TAB = 'Modify permissions tab';
export const JSON_SCHEMA_TAB = 'JSON schema tab';

// Dropdowns
export const VERSION_CHANGE_DROPDOWN = 'Version change dropdown';
Expand Down

0 comments on commit d690cd8

Please sign in to comment.