mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 06:24:36 +02:00
fix(#10336): invalid name conversion
This commit is contained in:
@@ -8,6 +8,6 @@ export const Default = {
|
||||
components: {
|
||||
theme_editor,
|
||||
},
|
||||
template: '<theme-editor />',
|
||||
template: '<theme_editor />',
|
||||
};
|
||||
export default meta;
|
||||
|
||||
Reference in New Issue
Block a user