{{#feedback-dialog type='inline'}} {{#block-slot name='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 name='success' as |transition|}}
Copied {{name}}!
{{/block-slot}} {{#block-slot name='error' as |transition|}}Sorry, something went wrong!
{{/block-slot}} {{/feedback-dialog}}