chore: update button styles

This commit is contained in:
steven
2022-09-29 22:51:12 +08:00
parent 67e619ab4a
commit 19c735261f
4 changed files with 8 additions and 9 deletions

View File

@@ -142,6 +142,7 @@ const WorkspaceDetail: React.FC = () => {
{location.hash === "#shortcuts" && <ShortcutListView workspaceId={state.workspace.id} shortcutList={shortcutList} />}
{location.hash === "#members" && (
<MemberListView
// enforce to re-fetch member list.
key={Date.now()}
workspaceId={state.workspace.id}
workspaceUser={state.workspaceUser}