{{#feedback-dialog type='inline'}} {{#block-slot 'action' as |success error|}} {{#copy-button success=(action success) error=(action error) clipboardText=copy title=(concat 'Copy ' name ' to the clipboard')}}{{#if hasBlock }}{{yield}}{{else}}{{value}}{{/if}}{{/copy-button}} {{/block-slot}} {{#block-slot 'success' as |transition|}}

Copied {{name}}!

{{/block-slot}} {{#block-slot 'error' as |transition|}}

Sorry, something went wrong!

{{/block-slot}} {{/feedback-dialog}}