fix: 修复 BoardToolbar 引用旧路径 order-board-page → order-hall-page
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 53s
All checks were successful
Build and Deploy TenantUI / build-and-deploy (push) Successful in 53s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<script setup lang="ts">
|
||||
import type { BoardChannelFilter } from '../types';
|
||||
|
||||
import { CHANNEL_OPTIONS } from '../composables/order-board-page/constants';
|
||||
import { CHANNEL_OPTIONS } from '../composables/order-hall-page/constants';
|
||||
|
||||
const {
|
||||
channel = 'all',
|
||||
|
||||
Reference in New Issue
Block a user