feat: admin product views column (always 0 until backend tracks it)
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1653,6 +1653,7 @@ export interface Translations {
|
||||
visible: string;
|
||||
hidden: string;
|
||||
stockStatus: string;
|
||||
views: string;
|
||||
allStock: string;
|
||||
inStock: string;
|
||||
lowStock: string;
|
||||
@@ -1677,6 +1678,7 @@ export interface Translations {
|
||||
column_stock: string;
|
||||
column_visibility: string;
|
||||
column_updated: string;
|
||||
column_visits: string;
|
||||
create: string;
|
||||
edit: string;
|
||||
duplicate: string;
|
||||
|
||||
Reference in New Issue
Block a user