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(ui-common): download latest value in MatrixInput component #1962

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

skamril
Copy link
Member

@skamril skamril commented Mar 4, 2024

ANT-1299

@skamril skamril self-assigned this Mar 4, 2024
@skamril skamril requested a review from hdinia March 4, 2024 09:50
@skamril skamril added bug Something isn't working front-end labels Mar 4, 2024
@skamril skamril force-pushed the hotfix/ANT-1299_matrix_download branch from e64a793 to 1045fff Compare March 4, 2024 09:59
@@ -56,29 +57,16 @@ function MatrixInput({
const [t] = useTranslation();
const [openImportDialog, setOpenImportDialog] = useState(false);
const [openMatrixAsignDialog, setOpenMatrixAsignDialog] = useState(false);
const [isDowloading, setIsDownloading] = useState(false);
Copy link
Member

Choose a reason for hiding this comment

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

typo isDowloading > isDownloading

@skamril skamril force-pushed the hotfix/ANT-1299_matrix_download branch from 1045fff to 9354068 Compare March 4, 2024 10:22
@skamril skamril merged commit dc6f81b into hotfix/v2.16.6 Mar 4, 2024
6 checks passed
@skamril skamril deleted the hotfix/ANT-1299_matrix_download branch March 4, 2024 10:31
@skamril skamril changed the title fix(ui-common): dowload latest value in MatrixInput component fix(ui-common): download latest value in MatrixInput component Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working front-end size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants