1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

[PM-2362] Move select options to sso component (#5497)

This commit is contained in:
Oscar Hinton
2023-06-01 11:07:50 +02:00
committed by GitHub
parent dea4c6858f
commit 9e38a66df8
3 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
export interface SelectOptions {
name: string;
value: any;
disabled?: boolean;
}