app objecty list - remove keys

This commit is contained in:
Jan Prochazka
2021-06-09 20:11:02 +02:00
parent c2c354044a
commit 56306aeaec
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
import ErrorInfo from '../elements/ErrorInfo.svelte';
import axiosInstance from '../utility/axiosInstance';
import LoadingInfo from '../elements/LoadingInfo.svelte';
import { getObjectTypeFieldLabel } from '../utility/common';
import { getObjectTypeFieldLabel } from '../utility/common';
export let conid;
export let database;