diff options
Diffstat (limited to 'frontend/app/views/page/components/tile.form.js')
| -rw-r--r-- | frontend/app/views/page/components/tile.form.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/app/views/page/components/tile.form.js b/frontend/app/views/page/components/tile.form.js index 4fb00a3..aefecf1 100644 --- a/frontend/app/views/page/components/tile.form.js +++ b/frontend/app/views/page/components/tile.form.js @@ -60,6 +60,7 @@ const CURSORS = [ { name: 'hand_down', label: 'Down', }, { name: 'hand_left', label: 'Left', }, { name: 'hand_right', label: 'Right', }, + { name: 'unclickable', label: 'Unclickable', }, ] const NO_LINK = 0 |
