feat: change collab trigger & add share dialog (#7647)

This commit is contained in:
David Luzar
2024-02-03 15:04:23 +01:00
committed by GitHub
parent a289c42830
commit 0513b647ec
18 changed files with 440 additions and 136 deletions
@@ -78,7 +78,7 @@ const JSONExportModal = ({
onClick={async () => {
try {
trackEvent("export", "link", `ui (${getFrame()})`);
await onExportToBackend(elements, appState, files, canvas);
await onExportToBackend(elements, appState, files);
onCloseRequest();
} catch (error: any) {
setAppState({ errorMessage: error.message });