diff options
author | Hailey <me@haileyok.com> | 2024-06-24 10:24:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 10:24:39 -0700 |
commit | 77a512ae32eb1aae6be2b67779ffd9d8a1e28cb6 (patch) | |
tree | e9c9d792aecc478b89500ab85bfd6adfed2e4662 /src/components/StarterPack/Wizard/WizardEditListDialog.tsx | |
parent | f769564edfea3ec6406c49ef639685d942e14e09 (diff) | |
download | voidsky-77a512ae32eb1aae6be2b67779ffd9d8a1e28cb6.tar.zst |
Couple of starter packs tweaks (#4604)
Diffstat (limited to 'src/components/StarterPack/Wizard/WizardEditListDialog.tsx')
-rw-r--r-- | src/components/StarterPack/Wizard/WizardEditListDialog.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/StarterPack/Wizard/WizardEditListDialog.tsx b/src/components/StarterPack/Wizard/WizardEditListDialog.tsx index bf250ac35..cf755e1bc 100644 --- a/src/components/StarterPack/Wizard/WizardEditListDialog.tsx +++ b/src/components/StarterPack/Wizard/WizardEditListDialog.tsx @@ -58,6 +58,7 @@ export function WizardEditListDialog({ state.currentStep === 'Profiles' ? ( <WizardProfileCard profile={item} + btnType="remove" state={state} dispatch={dispatch} moderationOpts={moderationOpts} @@ -65,6 +66,7 @@ export function WizardEditListDialog({ ) : ( <WizardFeedCard generator={item} + btnType="remove" state={state} dispatch={dispatch} moderationOpts={moderationOpts} |