atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

only show recreate button with needed scopes

Juliet dde8d558 c9618124

+1 -1
+1 -1
src/components/create.tsx
··· 487 487 </Tooltip> 488 488 <span>Validate</span> 489 489 </button> 490 - <Show when={!props.create}> 490 + <Show when={!props.create && hasUserScope("create") && hasUserScope("delete")}> 491 491 <Button onClick={() => editRecord(true)}>Recreate</Button> 492 492 </Show> 493 493 <Button