Skip to content

Commit

Permalink
feat(admin): add refresh in messages
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Aug 20, 2023
1 parent b6be4fc commit 49678f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion server/admin/src/client/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,13 @@ function App() {
]}
showSizeChanger={true}
fields={messageFields}
action={{ detail: true, edit: true, delete: true, export: true }}
action={{
detail: true,
edit: true,
delete: true,
export: true,
refresh: true,
}}
batchAction={{ delete: true }}
/>
}
Expand Down

0 comments on commit 49678f3

Please sign in to comment.