Skip to content

Commit

Permalink
Update libs/application/ui-shell/src/lib/ApplicationForm.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
jonnigs and coderabbitai[bot] committed Jun 18, 2024
1 parent f28eb11 commit 637d715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/application/ui-shell/src/lib/ApplicationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const ApplicationLoader = ({
}: Props) => {
const type = getTypeFromSlug(slug)
const [delegationsChecked, setDelegationsChecked] = useState(
type ? false : true,
const [delegationsChecked, setDelegationsChecked] = useState(!type)
)

const { lang: locale } = useLocale()
Expand Down

0 comments on commit 637d715

Please sign in to comment.