Loading client/src/composables/userHistories.js +5 −1 Original line number Diff line number Diff line Loading @@ -15,6 +15,10 @@ export function useUserHistories(user) { ); const currentHistoryId = computed(() => historyStore.currentHistoryId); const currentHistory = computed(() => historyStore.currentHistory); return { currentHistoryId }; return { currentHistoryId, currentHistory, }; } Loading
client/src/composables/userHistories.js +5 −1 Original line number Diff line number Diff line Loading @@ -15,6 +15,10 @@ export function useUserHistories(user) { ); const currentHistoryId = computed(() => historyStore.currentHistoryId); const currentHistory = computed(() => historyStore.currentHistory); return { currentHistoryId }; return { currentHistoryId, currentHistory, }; }