Skip to content
Snippets Groups Projects
Unverified Commit 5888da19 authored by tamaina's avatar tamaina Committed by GitHub
Browse files

Merge pull request #10282 from misskey-dev/saschanaz-patch-1

fix(frontend/widget): federation widgetのdata-cyも移動
parents dc49a24f ef773520
No related branches found
No related tags found
No related merge requests found
<template>
<MkContainer :show-header="widgetProps.showHeader" :foldable="foldable" :scrollable="scrollable" class="mkw-federation data-cy-mkw-federation">
<MkContainer :show-header="widgetProps.showHeader" :foldable="foldable" :scrollable="scrollable" data-cy-mkw-federation class="mkw-federation">
<template #icon><i class="ti ti-whirl"></i></template>
<template #header>{{ i18n.ts._widgets.federation }}</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment