Skip to content

Commit

Permalink
fix: rename import
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Oct 28, 2024
1 parent a9f3ea4 commit 6562905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Project/ProjectList/ProjectListSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import { useCore } from '@/composables/core'
import { useUrlParamWithStore, useUrlParamsWithStore } from '@/composables/url-params'
import PageSettings from '@/components/PageSettings/PageSettings'
import PageSettingsSection from '@/components/PageSettings/PageSettingsSection'
import { useSettingsI18n } from '@/composables/settings-i18n'
import { useViewSettings } from '@/composables/view-settings'
const { SORT_ORDER_KEY, SORT_TYPE_KEY, sortByLabel, tSortByOption, tLayout, perPageLabel } = useSettingsI18n()
const { SORT_ORDER_KEY, SORT_TYPE_KEY, sortByLabel, tSortByOption, tLayout, perPageLabel } = useViewSettings()
const { core } = useCore()
const layout = ref({
label: tLayout.label,
Expand Down

0 comments on commit 6562905

Please sign in to comment.