Skip to content

Commit 75000e3

Browse files
committed
[auto] run release preconditions
1 parent 0551c7d commit 75000e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/fields/button/ButtonBuilderModalComponent.svelte

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@
114114
return 'Open a Link';
115115
} else if (actionType === ButtonActionType.JS) {
116116
return 'Run a JavaScript File';
117-
}else if (actionType === ButtonActionType.INPUT) {
117+
} else if (actionType === ButtonActionType.INPUT) {
118118
return 'Insert Text at Cursor';
119-
}else if (actionType === ButtonActionType.SLEEP) {
119+
} else if (actionType === ButtonActionType.SLEEP) {
120120
return 'Sleep for Some Time';
121-
}else if (actionType === ButtonActionType.TEMPLATER_CREATE_NOTE) {
121+
} else if (actionType === ButtonActionType.TEMPLATER_CREATE_NOTE) {
122122
return 'Create a New Note Using Templater';
123-
}else if (actionType === ButtonActionType.QUICK_SWITCHER) {
123+
} else if (actionType === ButtonActionType.QUICK_SWITCHER) {
124124
return 'Open the Quick Switcher';
125125
}
126126
}

0 commit comments

Comments
 (0)