updated dart record view example and the relation cascade delete label
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
...
|
||||
|
||||
final record = await pb.collection('${collection?.name}').getOne('RECORD_ID',
|
||||
'expand': 'relField1,relField2.subRelField',
|
||||
expand: 'relField1,relField2.subRelField',
|
||||
);
|
||||
`}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user