bennymeg / nx-electron

Electron schematics for nrwl nx platform
Apache License 2.0
320 stars 84 forks source link

fix(generator): resolve type issue in update events template #235

Closed WillPoulson closed 1 year ago

WillPoulson commented 1 year ago

Looks like electron updated some of their typings for the dialog type and it wasn't happy accepting a "string".

Adding the type to the dialog options variable sorted it out 👍

Resolves the issue encountered by @abf7d in #217

bennymeg commented 1 year ago

Thanks, again!