mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-30 18:22:37 -04:00 
			
		
		
		
	* wrapper * no more callback * refactor: wip * refactor: wip * refactor: wip * pr feedback * fix * pr feedback
		
			
				
	
	
		
			10 lines
		
	
	
		
			263 B
		
	
	
	
		
			Svelte
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			263 B
		
	
	
	
		
			Svelte
		
	
	
	
	
	
| <script lang="ts">
 | |
|   import { dialogController } from './dialog';
 | |
|   import ConfirmDialog from '$lib/components/shared-components/dialog/confirm-dialog.svelte';
 | |
|   const { dialog } = dialogController;
 | |
| </script>
 | |
| 
 | |
| {#if $dialog}
 | |
|   <ConfirmDialog {...$dialog} />
 | |
| {/if}
 |