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

Fixed issue with incorrect date values #239

Merged
merged 3 commits into from
Nov 29, 2023
Merged

Fixed issue with incorrect date values #239

merged 3 commits into from
Nov 29, 2023

Conversation

LaChope
Copy link
Collaborator

@LaChope LaChope commented Nov 16, 2023

Resolves #237

@LaChope LaChope requested a review from blcham November 16, 2023 12:05
Copy link

netlify bot commented Nov 16, 2023

Deploy Preview for s-forms-kbss ready!

Name Link
🔨 Latest commit 59bc883
🔍 Latest deploy log https://app.netlify.com/sites/s-forms-kbss/deploys/65561142ec74d20008af430a
😎 Deploy Preview https://deploy-preview-239--s-forms-kbss.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -14,7 +14,7 @@ import { IntelligentTreeSelect } from "intelligent-tree-select/lib/components/In
import "intelligent-tree-select/lib/styles.css";

const processTypeaheadOptions = (options, intl) => {
if (!options) {
if (!options || !options.length) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Committed by accident, should be part of #236

@blcham blcham merged commit 59bc883 into master Nov 29, 2023
7 checks passed
@LaChope LaChope deleted the fix-firefox branch January 12, 2024 09:36
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.

Calendar causes crash on Firefox
2 participants