Skip to content

Commit

Permalink
🚸 fix: fix share default config
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Sep 29, 2023
1 parent c3ead25 commit e00d6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/chat/features/Header/ShareButton/Inner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Inner = memo(() => {
const [withSystemRole, setWithSystemRole] = useState(false);
const [withPluginInfo, setWithPluginInfo] = useState(false);
const [withBackground, setWithBackground] = useState(true);
const [withFooter, setWithFooter] = useState(true);
const [withFooter, setWithFooter] = useState(false);
const [imageType, setImageType] = useState<ImageType>(ImageType.JPG);
const [tab, setTab] = useState<Tab>(Tab.Screenshot);
const { t } = useTranslation('common');
Expand Down

0 comments on commit e00d6bf

Please sign in to comment.