mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix race-condition on 404 states.
This commit is contained in:
committed by
Andrés Moya
parent
6722ca41bf
commit
9c1c755836
@@ -6,7 +6,6 @@
|
||||
|
||||
(ns app.main.ui.static
|
||||
(:require
|
||||
[app.main.data.messages :as dm]
|
||||
[app.main.data.users :as du]
|
||||
[app.main.refs :as refs]
|
||||
[app.main.store :as st]
|
||||
@@ -72,7 +71,7 @@
|
||||
[:div.desc-message (tr "labels.internal-error.desc-message")]
|
||||
[:div.sign-info
|
||||
[:a.btn-primary.btn-small
|
||||
{:on-click (st/emitf (dm/assign-exception nil))}
|
||||
{:on-click (st/emitf (rt/assign-exception nil))}
|
||||
(tr "labels.retry")]]])
|
||||
|
||||
(mf/defc exception-page
|
||||
|
||||
Reference in New Issue
Block a user