1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-21 23:37:55 +00:00
bramw_baserow/enterprise/web-frontend/modules/baserow_enterprise/components/SnapshotModalWarning.vue
2023-12-01 07:50:54 +00:00

12 lines
182 B
Vue

<template>
<Alert type="warning">
<p>{{ $t('snapshotModalWarning.message') }}</p>
</Alert>
</template>
<script>
export default {
name: 'SnapshotModalWarning',
}
</script>