Refactor user ID handling to use UUIDs; update related components and serializers for consistency
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
import Calendar from '~icons/mdi/calendar';
|
||||
|
||||
let newCollection: Collection = {
|
||||
user_id: NaN,
|
||||
user_id: '',
|
||||
id: '',
|
||||
name: '',
|
||||
description: '',
|
||||
|
||||
Reference in New Issue
Block a user