Skip to content

Commit

Permalink
feat(past-time-picker): 增加“显示绝对时间”特性 (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
YanHui committed Jan 20, 2023
1 parent 26d93f8 commit dac8d10
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/past-time-picker/demos/PastTimePicker.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ ShowAbsDate.args = {
showAbsDate: true,
};

export const ShowAbsDate = Template.bind({});
ShowAbsDate.args = {
showAbsDate: true,
};

const StaticTemplate: Story<PastTimePickerProps> = (args) => (
<PastTimePicker.Static onSelect={action('selected value:')} placeholder="时间范围" {...args} />
);
Expand Down

0 comments on commit dac8d10

Please sign in to comment.