Patch translation module not loaded
This commit is contained in:
parent
4a6062522e
commit
0ead17ab70
@ -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…
x
Reference in New Issue
Block a user