mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
chore: small fixs
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<Container>
|
||||
<Layout.Stack direction="row" justifyContent="space-between">
|
||||
<Layout.Stack direction="row" alignItems="center">
|
||||
<SearchQuery search={data.search} placeholder="Search collections" />
|
||||
<SearchQuery placeholder="Search collections" />
|
||||
</Layout.Stack>
|
||||
<Layout.Stack direction="row" alignItems="center" justifyContent="flex-end">
|
||||
<ViewSelector
|
||||
|
||||
@@ -55,8 +55,6 @@
|
||||
|
||||
async function create() {
|
||||
try {
|
||||
console.log(runtime);
|
||||
|
||||
const func = await sdk.forProject.functions.create(
|
||||
id || ID.unique(),
|
||||
name,
|
||||
|
||||
+1
@@ -67,6 +67,7 @@
|
||||
await invalidate(Dependencies.SITES_DOMAINS);
|
||||
} catch (error) {
|
||||
verified = false;
|
||||
isSubmitting.set(false);
|
||||
addNotification({
|
||||
type: 'error',
|
||||
message: error.message
|
||||
|
||||
Reference in New Issue
Block a user