feat(airtable): add create record action

This commit is contained in:
Rıdvan Akca
2024-01-23 16:26:38 +03:00
parent c413ab030b
commit d36c9d43f6
11 changed files with 274 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/airtable.svg
items:
- name: Create record
desc: Creates a new record with fields that automatically populate.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />