-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
If unset, let the server assign it as it does now.
If set the attachment passed to kinto.js's collection.createRecord(..) should contain the type
kinto-admin/src/components/record/RecordCreate.tsx
Lines 37 to 41 in c648566
| ({ __attachment__: attachment, ...record }) => { | |
| const { | |
| params: { bid, cid }, | |
| } = match; | |
| createRecord(bid, cid, record, attachment); |
Reactions are currently unavailable