|
|
|
|
@ -7,8 +7,6 @@
@@ -7,8 +7,6 @@
|
|
|
|
|
|
|
|
|
|
import TypeSelector from './TypeSelector.svelte'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let error = null; |
|
|
|
|
let companies = {}; |
|
|
|
|
let router = useTinyRouter(); |
|
|
|
|
@ -80,7 +78,7 @@
@@ -80,7 +78,7 @@
|
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<fieldset> |
|
|
|
|
<legend>{selected_company ? t( 'list_of',selected_company.name) : t('document_list')}</legend> |
|
|
|
|
<legend>{selected_company ? t( 'list_of',{company:selected_company.name}) : t('document_list')}</legend> |
|
|
|
|
{#if error} |
|
|
|
|
<div class="error">{error}</div> |
|
|
|
|
{/if} |
|
|
|
|
|