Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from ilworkcn/v1.9.1_official
Browse files Browse the repository at this point in the history
V1.9.1 official database sc fix
  • Loading branch information
Ice-Ling authored Jun 29, 2022
2 parents abec90c + 1182913 commit dbda8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/scripts/components/server/databases/DatabaseRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ export default ({ database, className }: Props) => {
/>
<div css={tw`mt-6 text-right`}>
<Button type={'button'} isSecondary css={tw`mr-2`} onClick={() => setVisible(false)}>
Cancel
取消
</Button>
<Button type={'submit'} color={'red'} disabled={!isValid}>
Delete Database
删除数据库
</Button>
</div>
</Form>
Expand Down

0 comments on commit dbda8ca

Please sign in to comment.