Skip to content

Commit 579f190

Browse files
committed
fix: hide loading text
1 parent 8c0ce50 commit 579f190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/Editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ export const Editor: FC = () => {
167167
}
168168
}}
169169
theme={appliedTheme === "dark" ? "vs-dark" : "vs-light"}
170-
className=""
171170
defaultLanguage="hcl"
171+
loading=""
172172
options={{
173173
minimap: {
174174
enabled: false,

0 commit comments

Comments
 (0)