chore: small fixs

This commit is contained in:
Arman
2025-04-10 13:37:32 +02:00
parent 723e5c27f5
commit d1cb68eca6
3 changed files with 2 additions and 3 deletions
@@ -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,
@@ -67,6 +67,7 @@
await invalidate(Dependencies.SITES_DOMAINS);
} catch (error) {
verified = false;
isSubmitting.set(false);
addNotification({
type: 'error',
message: error.message