Skip to content

Commit

Permalink
import using complete path
Browse files Browse the repository at this point in the history
  • Loading branch information
barbalex committed May 14, 2024
1 parent 8b7d00e commit 0881c36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/Projekte/Daten/Tpopfeldkontr/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import JesNo from '../../../shared/JesNo.jsx'
import Checkbox2States from '../../../shared/Checkbox2States.jsx'
import RadioButtonGroupWithInfo from '../../../shared/RadioButtonGroupWithInfo.jsx'
import DateField from '../../../shared/Date.jsx'
import StringToCopy from '../../../shared/StringToCopy'
import StringToCopy from '../../../shared/StringToCopy.jsx'
import FormTitle from '../../../shared/FormTitle/index.jsx'
import TpopfeldkontrentwicklungPopover from '../TpopfeldkontrentwicklungPopover'
import TpopfeldkontrentwicklungPopover from '../TpopfeldkontrentwicklungPopover.jsx'
import constants from '../../../../modules/constants.js'
import query from './query.js'
import storeContext from '../../../../storeContext.js'
Expand Down
2 changes: 1 addition & 1 deletion src/components/Projekte/Daten/Tpopmassn/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Select from '../../../shared/Select.jsx'
import SelectLoadingOptionsTypable from '../../../shared/SelectLoadingOptionsTypable'
import Checkbox2States from '../../../shared/Checkbox2States.jsx'
import DateField from '../../../shared/Date.jsx'
import StringToCopy from '../../../shared/StringToCopy'
import StringToCopy from '../../../shared/StringToCopy.jsx'
import FormTitle from '../../../shared/FormTitle/index.jsx'
import constants from '../../../../modules/constants.js'
import ifIsNumericAsNumber from '../../../../modules/ifIsNumericAsNumber.js'
Expand Down
4 changes: 3 additions & 1 deletion src/components/shared/Date.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ const StyledDatePicker = styled(DatePicker)`
color: #495057;
background-color: #fff;
background-clip: padding-box;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition:
border-color 0.15s ease-in-out,
box-shadow 0.15s ease-in-out;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-top: none;
border-left: none;
Expand Down

0 comments on commit 0881c36

Please sign in to comment.