Patch translation module not loaded
This commit is contained in:
parent
4a6062522e
commit
0ead17ab70
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@
|
||||||
import Redis from '$lib/components/svg/databases/Redis.svelte';
|
import Redis from '$lib/components/svg/databases/Redis.svelte';
|
||||||
import { goto } from '$app/navigation';
|
import { goto } from '$app/navigation';
|
||||||
import { post } from '$lib/api';
|
import { post } from '$lib/api';
|
||||||
|
import { t } from '$lib/translations';
|
||||||
async function handleSubmit(type) {
|
async function handleSubmit(type) {
|
||||||
try {
|
try {
|
||||||
await post(`/databases/${id}/configuration/type.json`, { type });
|
await post(`/databases/${id}/configuration/type.json`, { type });
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue