@@ -104,7 +104,13 @@ const Upsert = useUpsert({
// 'supportedCurrencies',
// data && data.length > 0 ? data.currencies.split(',') : []
// );
- }
+ },
+ async onSubmit(data, { done, close, next }) {
+ next({
+ ...data,
+ config: {}
+ });
});
// cl-table
const Table = useTable({