File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 55 import { toast } from " $lib/utils/toastService" ;
66 import { trackedFetch } from " $lib/utils/trackedFetch" ;
77 import PageRoleCheck from " $lib/components/PageRoleCheck.svelte" ;
8- import UserSearchWidget from " $lib/components/UserSearchWidget .svelte" ;
8+ import UserSearchPickerWidget from " $lib/components/UserSearchPickerWidget .svelte" ;
99 import RoleSearchWidget from " $lib/components/RoleSearchWidget.svelte" ;
1010 import { currentBank } from " $lib/stores/currentBank.svelte" ;
1111 import type { PageData } from " ./$types" ;
153153 User
154154 <span class =" required" >*</span >
155155 </label >
156- <UserSearchWidget
156+ <UserSearchPickerWidget
157157 onSelect ={handleUserSelect }
158158 bind:selectedUserId ={userId }
159159 bind:selectedUsername ={username }
Original file line number Diff line number Diff line change 1111 import { toast } from " $lib/utils/toastService" ;
1212 import { trackedFetch } from " $lib/utils/trackedFetch" ;
1313 import PageRoleCheck from " $lib/components/PageRoleCheck.svelte" ;
14- import UserSearchWidget from " $lib/components/UserSearchWidget .svelte" ;
14+ import UserSearchPickerWidget from " $lib/components/UserSearchPickerWidget .svelte" ;
1515
1616 let { data } = $props <{ data: PageData }>();
1717
166166 User
167167 <span class =" required" >*</span >
168168 </label >
169- <UserSearchWidget
169+ <UserSearchPickerWidget
170170 onSelect ={handleUserSelect }
171171 bind:selectedUserId
172172 bind:selectedUsername
You can’t perform that action at this time.
0 commit comments