mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 13:06:01 +00:00
force text display
This commit is contained in:
@@ -319,6 +319,14 @@
|
||||
text: 'Image',
|
||||
onClick: () => setColumnDisplay('image'),
|
||||
},
|
||||
{
|
||||
text: 'Text',
|
||||
onClick: () => setColumnDisplay('text'),
|
||||
},
|
||||
{
|
||||
text: 'Force text',
|
||||
onClick: () => setColumnDisplay('forceText'),
|
||||
},
|
||||
],
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user