Skip to content

Commit ef60daf

Browse files
AINATIVEM-44 move log activity to first button position
1 parent fc42eec commit ef60daf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/generators/node/appExtensions/frontend.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@ function panelComponentContent(hasModal: boolean): string {
279279
</section>
280280
281281
<section className="toolbar" aria-label="SDK actions">
282+
<button type="button" disabled={!isReady} onClick={logActivity}>
283+
Log activity
284+
</button>
282285
<button type="button" disabled={!isReady} onClick={actions.showSnackbar}>
283286
Snackbar
284287
</button>
@@ -291,9 +294,6 @@ function panelComponentContent(hasModal: boolean): string {
291294
<button type="button" className="ghost" disabled={!isReady} onClick={actions.getSignedToken}>
292295
Get token
293296
</button>
294-
<button type="button" disabled={!isReady} onClick={logActivity}>
295-
Log activity
296-
</button>
297297
${openModalButton}
298298
</section>
299299

0 commit comments

Comments
 (0)