working on document view/edit
This commit is contained in:
7
frontend/src/routes/document/StateSelector.svelte
Normal file
7
frontend/src/routes/document/StateSelector.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
import { t } from '../../translations.svelte.js';
|
||||
</script>
|
||||
|
||||
<select>
|
||||
<option>{t('document.select_type')}</option>
|
||||
</select>
|
||||
Reference in New Issue
Block a user