mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
update view type change tips (#7513)
Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -77,8 +77,7 @@ const ViewItem = ({
|
||||
const convertableViews = Object.values(VIEW_TYPE).filter(type => type !== viewType && type !== VIEW_TYPE.FACE_RECOGNITION);
|
||||
value.push({
|
||||
key: 'turn',
|
||||
value: gettext('Turn into'),
|
||||
subOpListHeader: gettext('Other view'),
|
||||
value: gettext('Change view type'),
|
||||
subOpList: convertableViews.map((type) => {
|
||||
return {
|
||||
key: `${TURN_VIEW_INTO_PREFIX}${type}`,
|
||||
|
Reference in New Issue
Block a user