teams list now renders
This commit is contained in:
parent
17c559bdfc
commit
e95b654d7f
81 changed files with 6132 additions and 40 deletions
|
|
@ -73,8 +73,8 @@ export default function TeamProvider(props: PropsWithChildren<Props>) {
|
|||
const updatePreferences = (
|
||||
key: string,
|
||||
preferences: pond.TeamPreferences,
|
||||
keys?: string[],
|
||||
types?: string[]
|
||||
// keys?: string[],
|
||||
// types?: string[]
|
||||
) => {
|
||||
return put(pondURL("/teams/" + key + "/preferences"), preferences);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue