Skip to content

Commit

Permalink
pkp/pkp-lib#10067 Fix naming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Feb 24, 2025
1 parent c71b41f commit 8df0489
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/dashboard/composables/useDashboardConfig.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {useLocalize} from '@/composables/useLocalize';
import {DashboardPageTypes} from '../dashboardPageStore';

export function useDashboardConfiguration() {
export function useDashboardConfig() {
const {t} = useLocalize();

function getLeftControls() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const {
getStageLabel,
} = useSubmission();

export function useDashboardConfigurationEditorialActivity() {
export function useDashboardConfigEditorialActivity() {
function getEditorialActivityForEditorialDashboard(submission) {
const activeStage = getActiveStage(submission);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ function getDays(config, reviewAssignment) {
return null;
}

export function useDashboardConfigurationReviewActivity() {
export function useDashboardConfigReviewActivity() {
function getReviewActivityIndicatorProps(reviewAssignment) {
const config = ConfigPerStatus[reviewAssignment.statusId];

Expand Down

0 comments on commit 8df0489

Please sign in to comment.