summaryrefslogtreecommitdiff
path: root/packages/frontend/src/widgets/WidgetNotifications.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-03-09 19:59:11 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-03-09 19:59:11 +0900
commitfcb6e0adb9d2e8d8ac85b7e58a17edcdecec4618 (patch)
tree9ef8adc79fdc010fab5f9a4852e8b95dba098c80 /packages/frontend/src/widgets/WidgetNotifications.vue
parentchore(frontend): add debugger for #6864 (#10270) (diff)
downloadsharkey-fcb6e0adb9d2e8d8ac85b7e58a17edcdecec4618.tar.gz
sharkey-fcb6e0adb9d2e8d8ac85b7e58a17edcdecec4618.tar.bz2
sharkey-fcb6e0adb9d2e8d8ac85b7e58a17edcdecec4618.zip
chore(test): data属性がclassになっているのを修正
Diffstat (limited to 'packages/frontend/src/widgets/WidgetNotifications.vue')
-rw-r--r--packages/frontend/src/widgets/WidgetNotifications.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/widgets/WidgetNotifications.vue b/packages/frontend/src/widgets/WidgetNotifications.vue
index 63400b09d0..661f68b278 100644
--- a/packages/frontend/src/widgets/WidgetNotifications.vue
+++ b/packages/frontend/src/widgets/WidgetNotifications.vue
@@ -1,5 +1,5 @@
<template>
-<MkContainer :style="`height: ${widgetProps.height}px;`" :show-header="widgetProps.showHeader" :scrollable="true" class="mkw-notifications data-cy-mkw-notifications">
+<MkContainer :style="`height: ${widgetProps.height}px;`" :show-header="widgetProps.showHeader" :scrollable="true" data-cy-mkw-notifications class="mkw-notifications">
<template #icon><i class="ti ti-bell"></i></template>
<template #header>{{ i18n.ts.notifications }}</template>
<template #func="{ buttonStyleClass }"><button class="_button" :class="buttonStyleClass" @click="configureNotification()"><i class="ti ti-settings"></i></button></template>