button left for responsive
This commit is contained in:
parent
482383103a
commit
42ec394a26
|
@ -121,7 +121,7 @@ class ClientShifts extends Component {
|
|||
);
|
||||
this.props.dispatch(setCShiftWorkTypeFilter(value));
|
||||
this.props.dispatch(setCShiftPage(1));
|
||||
}
|
||||
};
|
||||
|
||||
deleteCShift = uuid => {
|
||||
this.props.dispatch(deleteCShiftRequest(uuid));
|
||||
|
@ -230,18 +230,16 @@ const ClientShiftsView = ({
|
|||
<Container>
|
||||
<Header>Shifts</Header>
|
||||
<Segment.Group horizontal>
|
||||
<Segment>
|
||||
<Button
|
||||
attached="left"
|
||||
basic
|
||||
color="green"
|
||||
size="small"
|
||||
as={Link}
|
||||
to="/user/profile/client/add-shift"
|
||||
>
|
||||
Schedule Shift
|
||||
</Button>
|
||||
</Segment>
|
||||
<Segment textAlign="right">
|
||||
<Segment>
|
||||
{"Filter by Approval "}
|
||||
<Dropdown
|
||||
inline
|
||||
|
|
Loading…
Reference in New Issue
Block a user