Skip to content

Commit

Permalink
chore: remove placeholder (#10716)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuanyang233 committed Sep 5, 2023
1 parent d1015da commit 2c939f9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ function WalletAutoLockSettingDrawer(props: BottomDrawerProps) {
sx={{ mt: 2 }}
error={error}
fullWidth
placeholder="1440"
value={isUndefined(time) ? (!isZero(initialTime) ? initialTime : '') : time}
disabled={!isUndefined(time) ? isEmpty(time) : isZero(initialTime)}
onChange={(e) => {
Expand Down

0 comments on commit 2c939f9

Please sign in to comment.