Update the character list to use the server side table stuff
This commit is contained in:
@@ -100,12 +100,12 @@ const appHeaders: ReadonlyHeaders = [
|
||||
const gameId = ref(route.params.gameId)
|
||||
const game = ref<Game>({
|
||||
id: 0,
|
||||
title: "",
|
||||
gamemaster: "",
|
||||
title: '',
|
||||
gamemaster: '',
|
||||
payoutEB: 0,
|
||||
payoutIP: 0,
|
||||
payoutLoot: "",
|
||||
status: "",
|
||||
payoutLoot: '',
|
||||
status: '',
|
||||
postdate: 0
|
||||
})
|
||||
const picks = ref<GameCharacter[]>([])
|
||||
|
||||
Reference in New Issue
Block a user