1 parent 1c1ade9 commit a57f12aCopy full SHA for a57f12a
1 file changed
src/pages/workspace/tags/ImportTagsOptionsPage.tsx
@@ -201,7 +201,7 @@ function ImportTagsOptionsPage({route}: ImportTagsOptionsPageProps) {
201
shouldShowRightIcon
202
onPress={() => {
203
setImportedSpreadsheetIsImportingMultiLevelTags(false);
204
- if (hasVisibleTags) {
+ if (hasVisibleTags && isMultiLevelTags) {
205
setIsSwitchSingleToMultipleLevelTagWarningModalVisible(true);
206
} else {
207
Navigation.navigate(
0 commit comments