mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Move inline tag rendering to the systemtags app
Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
This commit is contained in:
parent
802d7e010d
commit
34775cb18b
5 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ import './actions/deleteAction'
|
|||
import './actions/downloadAction'
|
||||
import './actions/editLocallyAction'
|
||||
import './actions/favoriteAction'
|
||||
import './actions/inlineSystemTagsAction'
|
||||
import './actions/openFolderAction'
|
||||
import './actions/openInFilesAction.js'
|
||||
import './actions/renameAction'
|
||||
|
|
|
|||
|
|
@ -24,5 +24,6 @@
|
|||
import './app.js'
|
||||
import './systemtagsfilelist.js'
|
||||
import './css/systemtagsfilelist.scss'
|
||||
import './actions/inlineSystemTagsAction'
|
||||
|
||||
window.OCA.SystemTags = OCA.SystemTags
|
||||
|
|
|
|||
Loading…
Reference in a new issue