-
Notifications
You must be signed in to change notification settings - Fork 7
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tweak: odds & sods #5478
tweak: odds & sods #5478
Conversation
# Conflicts: # packages/admin-panel/src/VizBuilderApp/context/VizConfig.jsx
# Conflicts: # packages/admin-panel/src/VizBuilderApp/context/VizConfig.jsx
# Conflicts: # packages/admin-panel/src/VizBuilderApp/components/PreviewOptions.jsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason this file was set as executable. Just changed it back into a regular plaintext file
# Before
$ ls -al | grep gitignore
-rwxr-xr-x@ 1 Jasper staff 25 2 Nov 10:31 .gitignore
# After
ls -al | grep gitignore
-rw-r--r--@ 1 Jasper staff 25 2 Nov 10:31 .gitignore
Not sure why GitHub shows this as an empty file in the diff. You can verify that it’s not empty by viewing the file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a short-circuit, otherwise lines 73–88 get executed for no reason
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice changes! One question but pre-approving
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the purpose of deleting this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, probably unclear in the diff UI, but that’s the only file in /meditrak-server
. This PR deletes the unused package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see! Thanks for cleaning up 🙏
Merge checklist
Changes
meditrak-server
packagepackage.json
s to https://bes.auVizConfig
CustomLandingPagesPage
TablePaginator