Fix id params not being named correctly
This commit is contained in:
@ -7,7 +7,7 @@ export default class UserNamespaceModel extends UserShareBaseModel {
|
||||
return merge(
|
||||
super.defaults(),
|
||||
{
|
||||
namespaceID: 0,
|
||||
namespaceId: 0,
|
||||
}
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user