mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-21 23:37:55 +00:00
12 lines
182 B
Vue
12 lines
182 B
Vue
<template>
|
|
<Alert type="warning">
|
|
<p>{{ $t('snapshotModalWarning.message') }}</p>
|
|
</Alert>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'SnapshotModalWarning',
|
|
}
|
|
</script>
|