Getting console error when building job that has List Git Branches Parameter

I am using Jenkins version: 2.446

My job has following plugin : List Git Branches Paramer
List Git Branches Parameter

that gets branch name from Github.

While build the job, I am getting following console error:
behavior.js:138 TypeError: Cannot read properties of null (reading ‘dataset’)
at select.js:153:15
at Array.forEach ()
at behavior.js:135:22
at Array.forEach ()
at behavior.js:126:21
at Array.forEach ()
at Object.applySubtree (behavior.js:107:15)
at Object.apply (behavior.js:90:12)
at behavior.js:85:19
at window.onload (behavior.js:152:11)

No branch name gets displayed in drop down.

Thanks in advance for helping out to resolve the issue.

Hello @sabbir_ss , and welcome to this community. :wave:

There might be an issue with the plugin itself. You could try updating the plugin to the latest version to see if that resolves the issue.