From ceb2b4051d1c260fc216fe625cc183faea32d504 Mon Sep 17 00:00:00 2001 From: Harsh Mahajan Date: Wed, 25 Feb 2026 12:01:03 +0530 Subject: [PATCH] fix: domains searching --- .../(console)/organization-[organization]/domains/+page.svelte | 2 +- .../(console)/organization-[organization]/domains/+page.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/routes/(console)/organization-[organization]/domains/+page.svelte b/src/routes/(console)/organization-[organization]/domains/+page.svelte index 477786e8f8..650c287b56 100644 --- a/src/routes/(console)/organization-[organization]/domains/+page.svelte +++ b/src/routes/(console)/organization-[organization]/domains/+page.svelte @@ -178,7 +178,7 @@ limit={data.limit} offset={data.offset} total={data.domains.total} /> - {:else if data?.query} + {:else if data?.query || data?.search}