diff --git a/src/lib/components/patient/list/page/master-page.svelte b/src/lib/components/patient/list/page/master-page.svelte index 888f416..90f3448 100644 --- a/src/lib/components/patient/list/page/master-page.svelte +++ b/src/lib/components/patient/list/page/master-page.svelte @@ -13,7 +13,7 @@ const search = useSearch(searchFields, searchParam); const handlers = { - refresh: () => alert('velom visa, savar!'), + refresh: () => {search.handleSearch()}, }; const actions = patientActions(props.masterDetail, handlers) actions.find(a => a.label === 'Search Parameters').popoverContent = searchParamSnippet; @@ -40,7 +40,7 @@
- {#each "BACK TO PATIENT".split("") as c} + {#each "PATIENT".split("") as c} {c} {/each}