Skip to content

Commit

Permalink
chore(element-templates-modal): update API
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme authored and oguzeroglu committed Oct 7, 2020
1 parent a6999d4 commit bd35397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class PropertiesProvider extends CamundaPropertiesProvider {

const { openElementTemplatesModal } = this._config;

entries.splice(index, 1, entryFactory.link({
entries.splice(index, 1, entryFactory.link(this._translate, {
id: 'elementTemplatesModal',
buttonLabel: this._translate('Open Catalog'),
handleClick: openElementTemplatesModal,
Expand Down

0 comments on commit bd35397

Please sign in to comment.