mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-03-04 22:46:33 -05:00
Trigger workflows
This commit is contained in:
@@ -186,4 +186,5 @@ class CollectionSerializer(serializers.ModelSerializer):
|
||||
for user in instance.shared_with.all():
|
||||
shared_uuids.append(str(user.uuid))
|
||||
representation['shared_with'] = shared_uuids
|
||||
return representation
|
||||
return representation
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
let isWarningModalOpen: boolean = false;
|
||||
|
||||
export let adventure: Adventure;
|
||||
|
||||
let activityTypes: string[] = [];
|
||||
// makes it reactivty to changes so it updates automatically
|
||||
$: {
|
||||
|
||||
Reference in New Issue
Block a user