Tutorial Working
This commit is contained in:
@@ -195,6 +195,7 @@ export default function RaidInstanceHeader(){
|
||||
>
|
||||
{
|
||||
<PrimaryButton
|
||||
id="saveInstanceButton"
|
||||
onClick={saveRaidInstance}
|
||||
>
|
||||
Save
|
||||
|
||||
@@ -42,6 +42,7 @@ export default function RaidInstanceCreatorTable({
|
||||
</div>
|
||||
{/* Buttons */}
|
||||
<PrimaryButton
|
||||
id="instanceAddRunButton"
|
||||
onClick={addRun}
|
||||
>
|
||||
Add Run
|
||||
|
||||
@@ -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