mirror of
https://github.com/penpot/penpot.git
synced 2025-06-08 13:01:38 +02:00
Fix a bug in page reordering after page creation.
This commit is contained in:
parent
4f76adcb72
commit
cb5deda0ff
3 changed files with 2 additions and 4 deletions
|
@ -8,11 +8,11 @@
|
|||
(ns uxbox.main.ui.dashboard.projects
|
||||
(:require [lentes.core :as l]
|
||||
[cuerdas.core :as str]
|
||||
[uxbox.builtins.icons :as i]
|
||||
[uxbox.main.store :as st]
|
||||
[uxbox.main.constants :as c]
|
||||
[uxbox.main.data.projects :as udp]
|
||||
[uxbox.main.data.lightbox :as udl]
|
||||
[uxbox.builtins.icons :as i]
|
||||
[uxbox.main.ui.dashboard.header :refer [header]]
|
||||
[uxbox.main.ui.dashboard.projects-createform]
|
||||
[uxbox.main.ui.lightbox :as lbx]
|
||||
|
@ -21,7 +21,6 @@
|
|||
[uxbox.main.exports :as exports]
|
||||
[uxbox.util.i18n :as t :refer (tr)]
|
||||
[uxbox.util.router :as r]
|
||||
[potok.core :as ptk]
|
||||
[uxbox.util.data :refer [read-string]]
|
||||
[uxbox.util.dom :as dom]
|
||||
[uxbox.util.blob :as blob]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue