diff --git a/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html b/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html
index f3475c297..e0d26bfc3 100644
--- a/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html
+++ b/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html
@@ -14,11 +14,12 @@
[(ngModel)]="field"
[placeholder]="placeholderText"
[notFoundText]="notFoundText"
+ [disableCreateNew]="!canCreateFields"
(createNew)="createField($event)"
bindValue="id">
-