Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing absolute imports #453

Merged
merged 3 commits into from
Sep 22, 2020
Merged

Add missing absolute imports #453

merged 3 commits into from
Sep 22, 2020

Conversation

donatoaguirre24
Copy link
Contributor

馃搫 Description:

This PR adds all the missing absolute imports with exception of the Title since there's already an open PR to remove it.


鉁旓笍 Tasks:


鈴笍 Demo:

  • No UI changes were made

@loopstudio/react-devs

Copy link
Contributor

@mwolman mwolman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

馃枻

@@ -7,9 +7,6 @@ const authenticator = (httpClient, store) => {
if (session) {
Object.assign(config.headers, session);
} else {
// Waiting for https://github.com/axios/axios/issues/2190
/* eslint-disable no-param-reassign */
config.params = config.params || {};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

馃帀

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have been waiting for this day 馃槀

@mwolman mwolman merged commit f4c93fd into loopstudio:master Sep 22, 2020
@donatoaguirre24 donatoaguirre24 deleted the feature/absolute-imports branch September 22, 2020 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants