We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc42eec commit ef60dafCopy full SHA for ef60daf
1 file changed
src/generators/node/appExtensions/frontend.ts
@@ -279,6 +279,9 @@ function panelComponentContent(hasModal: boolean): string {
279
</section>
280
281
<section className="toolbar" aria-label="SDK actions">
282
+ <button type="button" disabled={!isReady} onClick={logActivity}>
283
+ Log activity
284
+ </button>
285
<button type="button" disabled={!isReady} onClick={actions.showSnackbar}>
286
Snackbar
287
</button>
@@ -291,9 +294,6 @@ function panelComponentContent(hasModal: boolean): string {
291
294
<button type="button" className="ghost" disabled={!isReady} onClick={actions.getSignedToken}>
292
295
Get token
293
296
- <button type="button" disabled={!isReady} onClick={logActivity}>
- Log activity
- </button>
297
${openModalButton}
298
299
0 commit comments