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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix export to csv #161

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Fix export to csv #161

merged 1 commit into from
Dec 5, 2023

Conversation

thePeras
Copy link
Member

@thePeras thePeras commented Dec 4, 2023

Closes #70

@@ -29,6 +29,7 @@ const MoreActionsButton = ({schedule, showGridHook, multipleOptions }: Props) =>
const scheduleOption = multipleOptions.options[i]
const column = []
for (let j = 0; j < scheduleOption.length; j++) column.push(scheduleOption[j].option?.class_name || '')
columns.push(column)
Copy link
Member Author

Choose a reason for hiding this comment

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

Only changed that, the rest is formatting

Copy link
Contributor

Choose a reason for hiding this comment

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

Nice catch!! Welcome aboard :)

@diogotvf7 diogotvf7 merged commit 89940f6 into develop Dec 5, 2023
@diogotvf7 diogotvf7 deleted the fix/export-to-csv branch December 5, 2023 20:56
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.

Export as CSV
2 participants