fix: add type=file on Input & InputForm components
Juga fix script untuk serve backoffice
This commit is contained in:
@@ -9,7 +9,7 @@ import { EyeInvisibleOutlined, EyeOutlined } from '@ant-design/icons'; // Import
|
|||||||
import { cn } from '@imphnen-frontend-service/utils';
|
import { cn } from '@imphnen-frontend-service/utils';
|
||||||
import { Button } from '../button';
|
import { Button } from '../button';
|
||||||
|
|
||||||
type TInputType = 'text' | 'email' | 'password';
|
type TInputType = 'text' | 'email' | 'password' | 'file';
|
||||||
type TInputSize = 'sm' | 'md' | 'lg';
|
type TInputSize = 'sm' | 'md' | 'lg';
|
||||||
|
|
||||||
type TInputProps = Omit<
|
type TInputProps = Omit<
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import {
|
|||||||
import { Input } from '../../atoms';
|
import { Input } from '../../atoms';
|
||||||
import { cn } from '@imphnen-frontend-service/utils';
|
import { cn } from '@imphnen-frontend-service/utils';
|
||||||
|
|
||||||
type TInputType = 'text' | 'email' | 'password';
|
type TInputType = 'text' | 'email' | 'password' | 'file';
|
||||||
type TInputSize = 'sm' | 'md' | 'lg';
|
type TInputSize = 'sm' | 'md' | 'lg';
|
||||||
|
|
||||||
type TInputFormProps = Omit<
|
type TInputFormProps = Omit<
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
"gacha:prod": "serve ./dist/apps/gacha",
|
"gacha:prod": "serve ./dist/apps/gacha",
|
||||||
"backoffice:dev": "nx serve backoffice",
|
"backoffice:dev": "nx serve backoffice",
|
||||||
"backoffice:build": "nx build backoffice",
|
"backoffice:build": "nx build backoffice",
|
||||||
"backoffice:prod": "serve ./dist/apps/gacha",
|
"backoffice:prod": "serve ./dist/apps/backoffice",
|
||||||
"dimentorin:dev": "nx serve dimentorin",
|
"dimentorin:dev": "nx serve dimentorin",
|
||||||
"dimentorin:build": "nx build dimentorin",
|
"dimentorin:build": "nx build dimentorin",
|
||||||
"dimentorin:prod": "serve ./dist/apps/dimentorin",
|
"dimentorin:prod": "serve ./dist/apps/dimentorin",
|
||||||
|
|||||||
Reference in New Issue
Block a user