Skip to content

Commit

Permalink
fix(admin): fix typo in table
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMcAssey committed Jan 15, 2025
1 parent b2deb3e commit b3a06b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GLOKON.Baiters.Client/src/pages/ActorsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ onMounted(() => {
<template #loading>Loading users. Please wait&hellip;</template>
<Column field="id" header="ID" :sortable="true"></Column>
<Column field="type" header="Type" :sortable="true"></Column>
<Column field="spawnTime" header="Spawned At" :sortable="true"></Column>
<Column field="spawnedAt" header="Spawned At" :sortable="true"></Column>
<Column field="zone" header="Zone" :sortable="true"></Column>
<Column style="white-space:nowrap;text-align:right;">
<template #body="slotProps">
Expand Down

0 comments on commit b3a06b7

Please sign in to comment.