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

413 tlačidlo gpdr pri registrácií opraviť #448

Merged
merged 10 commits into from
Nov 22, 2024

Conversation

vgeffer
Copy link
Contributor

@vgeffer vgeffer commented Nov 22, 2024

closes #413

@vgeffer vgeffer linked an issue Nov 22, 2024 that may be closed by this pull request
Comment on lines 120 to 132
<Dialog open={dialogOpen}>
<DialogTitle>Neuložené zmeny</DialogTitle>
<DialogContent>Máš neuložené zmeny. Naozaj chceš opustiť stránku?</DialogContent>
<DialogActions style={{paddingLeft: 2}}>
<Button variant="button2" onClick={continueNavigation}>
Opustiť stránku
</Button>
<Button
variant="button2"
onClick={() => {
setDialogOpen(false)
}}
>
Copy link
Collaborator

Choose a reason for hiding this comment

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

pls prerob do nasho Dialog componentu

@vgeffer vgeffer merged commit 4c7f127 into master Nov 22, 2024
1 check passed
@vgeffer vgeffer deleted the 413-tlačidlo-gpdr-pri-registrácií-opraviť branch November 22, 2024 19:06
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.

Tlačidlo GPDR pri registrácií - opraviť
2 participants