Remove unnecesary param
This commit is contained in:
parent
b0bfd78948
commit
221d2e3aa0
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class Projects::LabelsController < Projects::ApplicationController
|
|||
end
|
||||
|
||||
def label_params
|
||||
params.require(:label).permit(:title, :description, :color, :priority)
|
||||
params.require(:label).permit(:title, :description, :color)
|
||||
end
|
||||
|
||||
def label
|
||||
|
|
Loading…
Reference in a new issue