rule book front
This commit is contained in:
@@ -20,7 +20,7 @@ export const useCharactersStore = defineStore('characters', () => {
|
||||
|
||||
const reloadActivities = (characterId: number): Promise<void> => activityControllerApi.fetchNewActivitiesForCharacter(characterId) as Promise<void>;
|
||||
|
||||
const refresh = () => characterControllerApi.getCharacters().then(response => characters.value = response.data);
|
||||
const refresh = () => characterControllerApi.findAllCharacters().then(response => characters.value = response.data);
|
||||
|
||||
refresh();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user