Tutorial Working
This commit is contained in:
@@ -104,6 +104,7 @@ export default function RaidInstanceCreatorTableBody({
|
||||
className="flex flex-row justify-center items-center cursor-pointer p-2 space-x-2"
|
||||
>
|
||||
<DangerButton
|
||||
id={`removeRun${runIndex}`}
|
||||
variant="ghost"
|
||||
shape="square"
|
||||
onClick={() => removeRun(runIndex)}
|
||||
@@ -114,6 +115,7 @@ export default function RaidInstanceCreatorTableBody({
|
||||
/>
|
||||
</DangerButton>
|
||||
<TertiaryButton
|
||||
id={`copyDiscordString${runIndex}`}
|
||||
variant="ghost"
|
||||
shape="square"
|
||||
onClick={() => copyDiscordStringToClipBoard(runIndex)}
|
||||
|
||||
Reference in New Issue
Block a user