platform/plugins/automation-resources/src/components/Automations.svelte
Andrey Sobolev 5b6ef778f3
Migrate to hcengineering and publish to github packages (#2273)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-09-21 14:08:25 +06:00

7 lines
258 B
Svelte

<script lang="ts">
import automation from '@hcengineering/automation'
import { TableBrowser } from '@hcengineering/view-resources'
</script>
<TableBrowser _class={automation.class.Automation} config={['name', 'description', 'modifiedOn']} query={{}} />