Skip to content

Commit

Permalink
fix(legacy): inversed is_external action
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Jan 18, 2024
1 parent 8f10142 commit e81e3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/legacy/moderations/02.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export async function _02() {
}
hx-swap="none"
hx-vals={JSON.stringify({
is_external: true,
is_external: false,
})}
>
🪄 Action en un click :<br />- ajouter {moderation.users.given_name} à
Expand All @@ -135,7 +135,7 @@ export async function _02() {
}
hx-swap="none"
hx-vals={JSON.stringify({
is_external: false,
is_external: true,
})}
>
🪄 Action en un click :<br />- ajouter {moderation.users.given_name} à
Expand Down

0 comments on commit e81e3bd

Please sign in to comment.