mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: sdk, lint and stuff.
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
</script>
|
||||
|
||||
<div>
|
||||
<form on:submit|preventDefault={addFilterAndReset}>
|
||||
<form onsubmit={addFilterAndReset}>
|
||||
<Layout.Stack gap="s" direction="row" alignItems="flex-start">
|
||||
<InputSelect
|
||||
id="column"
|
||||
|
||||
@@ -159,7 +159,7 @@ function createPreferences() {
|
||||
return n;
|
||||
}),
|
||||
loadTeamPrefs: async (id: string) => {
|
||||
const teamPrefs = await sdk.forConsole.teams.getPrefs(id);
|
||||
const teamPrefs: Preferences = await sdk.forConsole.teams.getPrefs(id);
|
||||
update((n) => {
|
||||
n[id] = teamPrefs;
|
||||
return n;
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
$doc.$databaseId,
|
||||
$doc.$collectionId,
|
||||
$doc.$id,
|
||||
$doc.data,
|
||||
$doc,
|
||||
permissions
|
||||
);
|
||||
await invalidate(Dependencies.DOCUMENT);
|
||||
|
||||
Reference in New Issue
Block a user