Skip to content

Commit

Permalink
Fixing linting errors in vcs dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey committed Nov 17, 2023
1 parent e962616 commit 0b31e63
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ import DashboardPage from "../common/DashboardPage.vue"
const intellijSpecific = "intellij_clone_specific_commit/gitLogIndexing"
const intellijSpecificSql = "intellij_clone_specific_commit/gitLogIndexing-sql"
const showFileHistoryEditorPhm = "intellij_clone_specific_commit/showFileHistory/EditorImpl-phm"
const showFileHistoryEditorSql = "intellij_clone_specific_commit/showFileHistory/EditorImpl-sql"
const showFileHistoryEditorNoIndex = "intellij_clone_specific_commit/showFileHistory/EditorImpl-noindex"
const showFileHistoryEditorPhm = "intellij_clone_specific_commit/EditorImpl-phm"
const showFileHistoryEditorSql = "intellij_clone_specific_commit/EditorImpl-sql"
const showFileHistoryEditorNoIndex = "intellij_clone_specific_commit/EditorImpl-noindex"
const vcsLogFilterPhm = "intellij_clone_specific_commit/filterVcsLogTab-phm"
const vcsLogFilterSql = "intellij_clone_specific_commit/filterVcsLogTab-sql"
Expand Down

0 comments on commit 0b31e63

Please sign in to comment.